Module: Aws::MQ::Client::_DescribeBrokerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBrokerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions_required ⇒ ::Array[Types::ActionRequired]
- #authentication_strategy ⇒ "SIMPLE", ...
- #auto_minor_version_upgrade ⇒ Boolean
- #broker_arn ⇒ ::String
- #broker_id ⇒ ::String
- #broker_instances ⇒ ::Array[Types::BrokerInstance]
- #broker_name ⇒ ::String
- #broker_state ⇒ "CREATION_IN_PROGRESS", ...
- #configurations ⇒ Types::Configurations
- #created ⇒ ::Time
- #data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
- #data_replication_mode ⇒ "NONE", "CRDR"
- #deployment_mode ⇒ "SINGLE_INSTANCE", ...
- #encryption_options ⇒ Types::EncryptionOptions
- #engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
- #engine_version ⇒ ::String
- #host_instance_type ⇒ ::String
- #ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
- #logs ⇒ Types::LogsSummary
- #maintenance_window_start_time ⇒ Types::WeeklyStartTime
- #pending_authentication_strategy ⇒ "SIMPLE", ...
- #pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
- #pending_data_replication_mode ⇒ "NONE", "CRDR"
- #pending_engine_version ⇒ ::String
- #pending_host_instance_type ⇒ ::String
- #pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
- #pending_security_groups ⇒ ::Array[::String]
- #publicly_accessible ⇒ Boolean
- #security_groups ⇒ ::Array[::String]
- #storage_type ⇒ "EBS", "EFS"
- #subnet_ids ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #users ⇒ ::Array[Types::UserSummary]
Instance Method Details
#actions_required ⇒ ::Array[Types::ActionRequired]
212 |
# File 'sig/client.rbs', line 212
def actions_required: () -> ::Array[Types::ActionRequired]
|
#authentication_strategy ⇒ "SIMPLE", ...
213 |
# File 'sig/client.rbs', line 213
def authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#auto_minor_version_upgrade ⇒ Boolean
214 |
# File 'sig/client.rbs', line 214
def auto_minor_version_upgrade: () -> bool
|
#broker_arn ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def broker_arn: () -> ::String
|
#broker_id ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def broker_id: () -> ::String
|
#broker_instances ⇒ ::Array[Types::BrokerInstance]
217 |
# File 'sig/client.rbs', line 217
def broker_instances: () -> ::Array[Types::BrokerInstance]
|
#broker_name ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def broker_name: () -> ::String
|
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
219 |
# File 'sig/client.rbs', line 219
def broker_state: () -> ("CREATION_IN_PROGRESS" | "CREATION_FAILED" | "DELETION_IN_PROGRESS" | "RUNNING" | "REBOOT_IN_PROGRESS" | "CRITICAL_ACTION_REQUIRED" | "REPLICA")
|
#configurations ⇒ Types::Configurations
220 |
# File 'sig/client.rbs', line 220
def configurations: () -> Types::Configurations
|
#created ⇒ ::Time
221 |
# File 'sig/client.rbs', line 221
def created: () -> ::Time
|
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
241 |
# File 'sig/client.rbs', line 241
def data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#data_replication_mode ⇒ "NONE", "CRDR"
242 |
# File 'sig/client.rbs', line 242
def data_replication_mode: () -> ("NONE" | "CRDR")
|
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
222 |
# File 'sig/client.rbs', line 222
def deployment_mode: () -> ("SINGLE_INSTANCE" | "ACTIVE_STANDBY_MULTI_AZ" | "CLUSTER_MULTI_AZ")
|
#encryption_options ⇒ Types::EncryptionOptions
223 |
# File 'sig/client.rbs', line 223
def encryption_options: () -> Types::EncryptionOptions
|
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
224 |
# File 'sig/client.rbs', line 224
def engine_type: () -> ("ACTIVEMQ" | "RABBITMQ")
|
#engine_version ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def engine_version: () -> ::String
|
#host_instance_type ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def host_instance_type: () -> ::String
|
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
227 |
# File 'sig/client.rbs', line 227
def ldap_server_metadata: () -> Types::LdapServerMetadataOutput
|
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
229 |
# File 'sig/client.rbs', line 229
def maintenance_window_start_time: () -> Types::WeeklyStartTime
|
#pending_authentication_strategy ⇒ "SIMPLE", ...
230 |
# File 'sig/client.rbs', line 230
def pending_authentication_strategy: () -> ("SIMPLE" | "LDAP" | "CONFIG_MANAGED")
|
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
243 |
# File 'sig/client.rbs', line 243
def pending_data_replication_metadata: () -> Types::DataReplicationMetadataOutput
|
#pending_data_replication_mode ⇒ "NONE", "CRDR"
244 |
# File 'sig/client.rbs', line 244
def pending_data_replication_mode: () -> ("NONE" | "CRDR")
|
#pending_engine_version ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def pending_engine_version: () -> ::String
|
#pending_host_instance_type ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def pending_host_instance_type: () -> ::String
|
#pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
233 |
# File 'sig/client.rbs', line 233
def pending_ldap_server_metadata: () -> Types::LdapServerMetadataOutput
|
#pending_security_groups ⇒ ::Array[::String]
234 |
# File 'sig/client.rbs', line 234
def pending_security_groups: () -> ::Array[::String]
|
#publicly_accessible ⇒ Boolean
235 |
# File 'sig/client.rbs', line 235
def publicly_accessible: () -> bool
|
#security_groups ⇒ ::Array[::String]
236 |
# File 'sig/client.rbs', line 236
def security_groups: () -> ::Array[::String]
|
#storage_type ⇒ "EBS", "EFS"
237 |
# File 'sig/client.rbs', line 237
def storage_type: () -> ("EBS" | "EFS")
|
#subnet_ids ⇒ ::Array[::String]
238 |
# File 'sig/client.rbs', line 238
def subnet_ids: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
239 |
# File 'sig/client.rbs', line 239
def tags: () -> ::Hash[::String, ::String]
|
#users ⇒ ::Array[Types::UserSummary]
240 |
# File 'sig/client.rbs', line 240
def users: () -> ::Array[Types::UserSummary]
|