UpdateBrokerResponse constructor
UpdateBrokerResponse({
- AuthenticationStrategy? authenticationStrategy,
- bool? autoMinorVersionUpgrade,
- String? brokerId,
- ConfigurationId? configuration,
- String? engineVersion,
- String? hostInstanceType,
- LdapServerMetadataOutput? ldapServerMetadata,
- Logs? logs,
- List<
String> ? securityGroups,
Implementation
UpdateBrokerResponse({
this.authenticationStrategy,
this.autoMinorVersionUpgrade,
this.brokerId,
this.configuration,
this.engineVersion,
this.hostInstanceType,
this.ldapServerMetadata,
this.logs,
this.securityGroups,
});