DescribeBrokerResponse constructor

DescribeBrokerResponse({
  1. AuthenticationStrategy? authenticationStrategy,
  2. bool? autoMinorVersionUpgrade,
  3. String? brokerArn,
  4. String? brokerId,
  5. List<BrokerInstance>? brokerInstances,
  6. String? brokerName,
  7. BrokerState? brokerState,
  8. Configurations? configurations,
  9. DateTime? created,
  10. DeploymentMode? deploymentMode,
  11. EncryptionOptions? encryptionOptions,
  12. EngineType? engineType,
  13. String? engineVersion,
  14. String? hostInstanceType,
  15. LdapServerMetadataOutput? ldapServerMetadata,
  16. LogsSummary? logs,
  17. WeeklyStartTime? maintenanceWindowStartTime,
  18. AuthenticationStrategy? pendingAuthenticationStrategy,
  19. String? pendingEngineVersion,
  20. String? pendingHostInstanceType,
  21. LdapServerMetadataOutput? pendingLdapServerMetadata,
  22. List<String>? pendingSecurityGroups,
  23. bool? publiclyAccessible,
  24. List<String>? securityGroups,
  25. BrokerStorageType? storageType,
  26. List<String>? subnetIds,
  27. Map<String, String>? tags,
  28. 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,
});