UpdateBrokerResponse constructor

UpdateBrokerResponse({
  1. AuthenticationStrategy? authenticationStrategy,
  2. bool? autoMinorVersionUpgrade,
  3. String? brokerId,
  4. ConfigurationId? configuration,
  5. String? engineVersion,
  6. String? hostInstanceType,
  7. LdapServerMetadataOutput? ldapServerMetadata,
  8. Logs? logs,
  9. List<String>? securityGroups,
})

Implementation

UpdateBrokerResponse({
  this.authenticationStrategy,
  this.autoMinorVersionUpgrade,
  this.brokerId,
  this.configuration,
  this.engineVersion,
  this.hostInstanceType,
  this.ldapServerMetadata,
  this.logs,
  this.securityGroups,
});