DescribeBrokerResponse constructor
DescribeBrokerResponse({
- AuthenticationStrategy? authenticationStrategy,
- bool? autoMinorVersionUpgrade,
- String? brokerArn,
- String? brokerId,
- List<
BrokerInstance> ? brokerInstances, - String? brokerName,
- BrokerState? brokerState,
- Configurations? configurations,
- DateTime? created,
- DeploymentMode? deploymentMode,
- EncryptionOptions? encryptionOptions,
- EngineType? engineType,
- String? engineVersion,
- String? hostInstanceType,
- LdapServerMetadataOutput? ldapServerMetadata,
- LogsSummary? logs,
- WeeklyStartTime? maintenanceWindowStartTime,
- AuthenticationStrategy? pendingAuthenticationStrategy,
- String? pendingEngineVersion,
- String? pendingHostInstanceType,
- LdapServerMetadataOutput? pendingLdapServerMetadata,
- List<
String> ? pendingSecurityGroups, - bool? publiclyAccessible,
- List<
String> ? securityGroups, - BrokerStorageType? storageType,
- List<
String> ? subnetIds, - Map<
String, String> ? tags, - List<
UserSummary> ? users,
Implementation
DescribeBrokerResponse({
this.authenticationStrategy,
this.autoMinorVersionUpgrade,
this.brokerArn,
this.brokerId,
this.brokerInstances,
this.brokerName,
this.brokerState,
this.configurations,
this.created,
this.deploymentMode,
this.encryptionOptions,
this.engineType,
this.engineVersion,
this.hostInstanceType,
this.ldapServerMetadata,
this.logs,
this.maintenanceWindowStartTime,
this.pendingAuthenticationStrategy,
this.pendingEngineVersion,
this.pendingHostInstanceType,
this.pendingLdapServerMetadata,
this.pendingSecurityGroups,
this.publiclyAccessible,
this.securityGroups,
this.storageType,
this.subnetIds,
this.tags,
this.users,
});