Module: Aws::MQ::Client::_UpdateBrokerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBrokerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication_strategy ⇒ "SIMPLE", ...
- #auto_minor_version_upgrade ⇒ Boolean
- #broker_id ⇒ ::String
- #configuration ⇒ Types::ConfigurationId
- #data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
- #data_replication_mode ⇒ "NONE", "CRDR"
- #engine_version ⇒ ::String
- #host_instance_type ⇒ ::String
- #ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
- #logs ⇒ Types::Logs
- #maintenance_window_start_time ⇒ Types::WeeklyStartTime
- #pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
- #pending_data_replication_mode ⇒ "NONE", "CRDR"
- #resource_share_arns ⇒ ::Array[::String]
- #security_groups ⇒ ::Array[::String]
Instance Method Details
#authentication_strategy ⇒ "SIMPLE", ...
430 |
# File 'sig/client.rbs', line 430
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#auto_minor_version_upgrade ⇒ Boolean
431 |
# File 'sig/client.rbs', line 431
def auto_minor_version_upgrade: () -> bool
|
#broker_id ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def broker_id: () -> ::String
|
#configuration ⇒ Types::ConfigurationId
433 |
# File 'sig/client.rbs', line 433
def configuration: () -> Types::ConfigurationId
|
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
441 |
# File 'sig/client.rbs', line 441
def data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#data_replication_mode ⇒ "NONE", "CRDR"
442 |
# File 'sig/client.rbs', line 442
def data_replication_mode: () -> ("NONE" | "CRDR")
|
#engine_version ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def engine_version: () -> ::String
|
#host_instance_type ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def host_instance_type: () -> ::String
|
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
436 |
# File 'sig/client.rbs', line 436
def ldap_server_metadata: () -> Types::LdapServerMetadataOutput
|
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
438 |
# File 'sig/client.rbs', line 438
def maintenance_window_start_time: () -> Types::WeeklyStartTime
|
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
443 |
# File 'sig/client.rbs', line 443
def pending_data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#pending_data_replication_mode ⇒ "NONE", "CRDR"
444 |
# File 'sig/client.rbs', line 444
def pending_data_replication_mode: () -> ("NONE" | "CRDR")
|
#resource_share_arns ⇒ ::Array[::String]
439 |
# File 'sig/client.rbs', line 439
def resource_share_arns: () -> ::Array[::String]
|
#security_groups ⇒ ::Array[::String]
440 |
# File 'sig/client.rbs', line 440
def security_groups: () -> ::Array[::String]
|