Class: Aws::Types::DescribeBrokerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBrokerResponse
- 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.
380 381 382 |
# File 'sig/types.rbs', line 380 def actions_required @actions_required end |
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
381 382 383 |
# File 'sig/types.rbs', line 381 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
382 383 384 |
# File 'sig/types.rbs', line 382 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def broker_arn @broker_arn end |
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def broker_id @broker_id end |
#broker_instances ⇒ ::Array[Types::BrokerInstance]
Returns the value of attribute broker_instances.
385 386 387 |
# File 'sig/types.rbs', line 385 def broker_instances @broker_instances end |
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
386 387 388 |
# File 'sig/types.rbs', line 386 def broker_name @broker_name end |
#broker_state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute broker_state.
387 388 389 |
# File 'sig/types.rbs', line 387 def broker_state @broker_state end |
#configurations ⇒ Types::Configurations
Returns the value of attribute configurations.
388 389 390 |
# File 'sig/types.rbs', line 388 def configurations @configurations end |
#created ⇒ ::Time
Returns the value of attribute created.
389 390 391 |
# File 'sig/types.rbs', line 389 def created @created end |
#data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute data_replication_metadata.
411 412 413 |
# File 'sig/types.rbs', line 411 def end |
#data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute data_replication_mode.
412 413 414 |
# File 'sig/types.rbs', line 412 def data_replication_mode @data_replication_mode end |
#deployment_mode ⇒ "SINGLE_INSTANCE", ...
Returns the value of attribute deployment_mode.
390 391 392 |
# File 'sig/types.rbs', line 390 def deployment_mode @deployment_mode end |
#encryption_options ⇒ Types::EncryptionOptions
Returns the value of attribute encryption_options.
391 392 393 |
# File 'sig/types.rbs', line 391 def end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
392 393 394 |
# File 'sig/types.rbs', line 392 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
393 394 395 |
# File 'sig/types.rbs', line 393 def engine_version @engine_version end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
394 395 396 |
# File 'sig/types.rbs', line 394 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::LdapServerMetadataOutput
Returns the value of attribute ldap_server_metadata.
395 396 397 |
# File 'sig/types.rbs', line 395 def end |
#logs ⇒ Types::LogsSummary
Returns the value of attribute logs.
396 397 398 |
# File 'sig/types.rbs', line 396 def logs @logs end |
#maintenance_window_start_time ⇒ Types::WeeklyStartTime
Returns the value of attribute maintenance_window_start_time.
397 398 399 |
# File 'sig/types.rbs', line 397 def maintenance_window_start_time @maintenance_window_start_time end |
#pending_authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute pending_authentication_strategy.
398 399 400 |
# File 'sig/types.rbs', line 398 def pending_authentication_strategy @pending_authentication_strategy end |
#pending_data_replication_metadata ⇒ Types::DataReplicationMetadataOutput
Returns the value of attribute pending_data_replication_metadata.
413 414 415 |
# File 'sig/types.rbs', line 413 def end |
#pending_data_replication_mode ⇒ "NONE", "CRDR"
Returns the value of attribute pending_data_replication_mode.
414 415 416 |
# File 'sig/types.rbs', line 414 def pending_data_replication_mode @pending_data_replication_mode end |
#pending_engine_version ⇒ ::String
Returns the value of attribute pending_engine_version.
399 400 401 |
# File 'sig/types.rbs', line 399 def pending_engine_version @pending_engine_version end |
#pending_host_instance_type ⇒ ::String
Returns the value of attribute pending_host_instance_type.
400 401 402 |
# File 'sig/types.rbs', line 400 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.
401 402 403 |
# File 'sig/types.rbs', line 401 def end |
#pending_security_groups ⇒ ::Array[::String]
Returns the value of attribute pending_security_groups.
402 403 404 |
# File 'sig/types.rbs', line 402 def pending_security_groups @pending_security_groups end |
#pending_storage_size ⇒ ::Integer
Returns the value of attribute pending_storage_size.
403 404 405 |
# File 'sig/types.rbs', line 403 def pending_storage_size @pending_storage_size end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
404 405 406 |
# File 'sig/types.rbs', line 404 def publicly_accessible @publicly_accessible end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
405 406 407 |
# File 'sig/types.rbs', line 405 def security_groups @security_groups end |
#storage_size ⇒ ::Integer
Returns the value of attribute storage_size.
406 407 408 |
# File 'sig/types.rbs', line 406 def storage_size @storage_size end |
#storage_type ⇒ "EBS", "EFS"
Returns the value of attribute storage_type.
407 408 409 |
# File 'sig/types.rbs', line 407 def storage_type @storage_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
408 409 410 |
# File 'sig/types.rbs', line 408 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
409 410 411 |
# File 'sig/types.rbs', line 409 def end |
#users ⇒ ::Array[Types::UserSummary]
Returns the value of attribute users.
410 411 412 |
# File 'sig/types.rbs', line 410 def users @users end |