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]
- #storage_size ⇒ ::Integer
Instance Method Details
#authentication_strategy ⇒ "SIMPLE", ...
433 |
# File 'sig/client.rbs', line 433
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#auto_minor_version_upgrade ⇒ Boolean
434 |
# File 'sig/client.rbs', line 434
def auto_minor_version_upgrade: () -> bool
|
#broker_id ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def broker_id: () -> ::String
|
#configuration ⇒ Types::ConfigurationId
436 |
# File 'sig/client.rbs', line 436
def configuration: () -> Types::ConfigurationId
|
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
444 |
# File 'sig/client.rbs', line 444
def data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#data_replication_mode ⇒ "NONE", "CRDR"
445 |
# File 'sig/client.rbs', line 445
def data_replication_mode: () -> ("NONE" | "CRDR")
|
#engine_version ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def engine_version: () -> ::String
|
#host_instance_type ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def host_instance_type: () -> ::String
|
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
439 |
# File 'sig/client.rbs', line 439
def ldap_server_metadata: () -> Types::LdapServerMetadataOutput
|
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
441 |
# File 'sig/client.rbs', line 441
def maintenance_window_start_time: () -> Types::WeeklyStartTime
|
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
446 |
# File 'sig/client.rbs', line 446
def pending_data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#pending_data_replication_mode ⇒ "NONE", "CRDR"
447 |
# File 'sig/client.rbs', line 447
def pending_data_replication_mode: () -> ("NONE" | "CRDR")
|
#resource_share_arns ⇒ ::Array[::String]
442 |
# File 'sig/client.rbs', line 442
def resource_share_arns: () -> ::Array[::String]
|
#security_groups ⇒ ::Array[::String]
443 |
# File 'sig/client.rbs', line 443
def security_groups: () -> ::Array[::String]
|
#storage_size ⇒ ::Integer
448 |
# File 'sig/client.rbs', line 448
def storage_size: () -> ::Integer
|