Class: Aws::Types::DescribeBrokerOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrokerOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_required ⇒ ::Array[Types::ActionRequired]
Returns the value of attribute actions_required.
-
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#broker_instances ⇒ ::Array[Types::BrokerInstance]
Returns the value of attribute broker_instances.
-
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
-
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute broker_state.
-
#configurations ⇒ Types::Configurations
Returns the value of attribute configurations.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute data_replication_metadata.
-
#data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute data_replication_mode.
-
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
Returns the value of attribute deployment_mode.
-
#encryption_options ⇒ Types::EncryptionOptions
Returns the value of attribute encryption_options.
-
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
-
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute ldap_server_metadata.
-
#logs ⇒ Types::LogsSummary
Returns the value of attribute logs.
-
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
-
#pending_authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute pending_authentication_strategy.
-
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute pending_data_replication_metadata.
-
#pending_data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute pending_data_replication_mode.
-
#pending_engine_version ⇒ ::String
Returns the value of attribute pending_engine_version.
-
#pending_host_instance_type ⇒ ::String
Returns the value of attribute pending_host_instance_type.
-
#pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute pending_ldap_server_metadata.
-
#pending_security_groups ⇒ ::Array[::String]
Returns the value of attribute pending_security_groups.
-
#pending_storage_size ⇒ ::Integer
Returns the value of attribute pending_storage_size.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
-
#storage_type ⇒ "EBS", "EFS"
Returns the value of attribute storage_type.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#users ⇒ ::Array[Types::UserSummary]
Returns the value of attribute users.
Instance Attribute Details
#actions_required ⇒ ::Array[Types::ActionRequired]
Returns the value of attribute actions_required.
336 337 338 |
# File 'sig/types.rbs', line 336 def actions_required @actions_required end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
337 338 339 |
# File 'sig/types.rbs', line 337 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
338 339 340 |
# File 'sig/types.rbs', line 338 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
339 340 341 |
# File 'sig/types.rbs', line 339 def broker_arn @broker_arn end |
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
340 341 342 |
# File 'sig/types.rbs', line 340 def broker_id @broker_id end |
#broker_instances ⇒ ::Array[Types::BrokerInstance]
Returns the value of attribute broker_instances.
341 342 343 |
# File 'sig/types.rbs', line 341 def broker_instances @broker_instances end |
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
342 343 344 |
# File 'sig/types.rbs', line 342 def broker_name @broker_name end |
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute broker_state.
343 344 345 |
# File 'sig/types.rbs', line 343 def broker_state @broker_state end |
#configurations ⇒ Types::Configurations
Returns the value of attribute configurations.
344 345 346 |
# File 'sig/types.rbs', line 344 def configurations @configurations end |
#created ⇒ ::Time
Returns the value of attribute created.
345 346 347 |
# File 'sig/types.rbs', line 345 def created @created end |
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute data_replication_metadata.
347 348 349 |
# File 'sig/types.rbs', line 347 def end |
#data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute data_replication_mode.
348 349 350 |
# File 'sig/types.rbs', line 348 def data_replication_mode @data_replication_mode end |
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
Returns the value of attribute deployment_mode.
346 347 348 |
# File 'sig/types.rbs', line 346 def deployment_mode @deployment_mode end |
#encryption_options ⇒ Types::EncryptionOptions
Returns the value of attribute encryption_options.
349 350 351 |
# File 'sig/types.rbs', line 349 def end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
350 351 352 |
# File 'sig/types.rbs', line 350 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
351 352 353 |
# File 'sig/types.rbs', line 351 def engine_version @engine_version end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
352 353 354 |
# File 'sig/types.rbs', line 352 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute ldap_server_metadata.
353 354 355 |
# File 'sig/types.rbs', line 353 def end |
#logs ⇒ Types::LogsSummary
Returns the value of attribute logs.
354 355 356 |
# File 'sig/types.rbs', line 354 def logs @logs end |
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
355 356 357 |
# File 'sig/types.rbs', line 355 def maintenance_window_start_time @maintenance_window_start_time end |
#pending_authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute pending_authentication_strategy.
356 357 358 |
# File 'sig/types.rbs', line 356 def pending_authentication_strategy @pending_authentication_strategy end |
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute pending_data_replication_metadata.
357 358 359 |
# File 'sig/types.rbs', line 357 def end |
#pending_data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute pending_data_replication_mode.
358 359 360 |
# File 'sig/types.rbs', line 358 def pending_data_replication_mode @pending_data_replication_mode end |
#pending_engine_version ⇒ ::String
Returns the value of attribute pending_engine_version.
359 360 361 |
# File 'sig/types.rbs', line 359 def pending_engine_version @pending_engine_version end |
#pending_host_instance_type ⇒ ::String
Returns the value of attribute pending_host_instance_type.
360 361 362 |
# File 'sig/types.rbs', line 360 def pending_host_instance_type @pending_host_instance_type end |
#pending_ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute pending_ldap_server_metadata.
361 362 363 |
# File 'sig/types.rbs', line 361 def end |
#pending_security_groups ⇒ ::Array[::String]
Returns the value of attribute pending_security_groups.
362 363 364 |
# File 'sig/types.rbs', line 362 def pending_security_groups @pending_security_groups end |
#pending_storage_size ⇒ ::Integer
Returns the value of attribute pending_storage_size.
363 364 365 |
# File 'sig/types.rbs', line 363 def pending_storage_size @pending_storage_size end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
364 365 366 |
# File 'sig/types.rbs', line 364 def publicly_accessible @publicly_accessible end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
365 366 367 |
# File 'sig/types.rbs', line 365 def security_groups @security_groups end |
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
366 367 368 |
# File 'sig/types.rbs', line 366 def storage_size @storage_size end |
#storage_type ⇒ "EBS", "EFS"
Returns the value of attribute storage_type.
367 368 369 |
# File 'sig/types.rbs', line 367 def storage_type @storage_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
368 369 370 |
# File 'sig/types.rbs', line 368 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
369 370 371 |
# File 'sig/types.rbs', line 369 def end |
#users ⇒ ::Array[Types::UserSummary]
Returns the value of attribute users.
370 371 372 |
# File 'sig/types.rbs', line 370 def users @users end |