Class: Aws::Types::AwsAmazonMqBrokerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAmazonMqBrokerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_strategy ⇒ ::String
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_name ⇒ ::String
Returns the value of attribute broker_name.
-
#deployment_mode ⇒ ::String
Returns the value of attribute deployment_mode.
-
#encryption_options ⇒ Types::AwsAmazonMqBrokerEncryptionOptionsDetails
Returns the value of attribute encryption_options.
-
#engine_type ⇒ ::String
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::AwsAmazonMqBrokerLdapServerMetadataDetails
Returns the value of attribute ldap_server_metadata.
-
#logs ⇒ Types::AwsAmazonMqBrokerLogsDetails
Returns the value of attribute logs.
-
#maintenance_window_start_time ⇒ Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
Returns the value of attribute maintenance_window_start_time.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#users ⇒ ::Array[Types::AwsAmazonMqBrokerUsersDetails]
Returns the value of attribute users.
Instance Attribute Details
#authentication_strategy ⇒ ::String
Returns the value of attribute authentication_strategy.
305 306 307 |
# File 'sig/types.rbs', line 305 def authentication_strategy @authentication_strategy end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
306 307 308 |
# File 'sig/types.rbs', line 306 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#broker_arn ⇒ ::String
Returns the value of attribute broker_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def broker_arn @broker_arn end |
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def broker_id @broker_id end |
#broker_name ⇒ ::String
Returns the value of attribute broker_name.
308 309 310 |
# File 'sig/types.rbs', line 308 def broker_name @broker_name end |
#deployment_mode ⇒ ::String
Returns the value of attribute deployment_mode.
309 310 311 |
# File 'sig/types.rbs', line 309 def deployment_mode @deployment_mode end |
#encryption_options ⇒ Types::AwsAmazonMqBrokerEncryptionOptionsDetails
Returns the value of attribute encryption_options.
310 311 312 |
# File 'sig/types.rbs', line 310 def @encryption_options end |
#engine_type ⇒ ::String
Returns the value of attribute engine_type.
311 312 313 |
# File 'sig/types.rbs', line 311 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
312 313 314 |
# File 'sig/types.rbs', line 312 def engine_version @engine_version end |
#host_instance_type ⇒ ::String
Returns the value of attribute host_instance_type.
313 314 315 |
# File 'sig/types.rbs', line 313 def host_instance_type @host_instance_type end |
#ldap_server_metadata ⇒ Types::AwsAmazonMqBrokerLdapServerMetadataDetails
Returns the value of attribute ldap_server_metadata.
315 316 317 |
# File 'sig/types.rbs', line 315 def @ldap_server_metadata end |
#logs ⇒ Types::AwsAmazonMqBrokerLogsDetails
Returns the value of attribute logs.
316 317 318 |
# File 'sig/types.rbs', line 316 def logs @logs end |
#maintenance_window_start_time ⇒ Types::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
Returns the value of attribute maintenance_window_start_time.
317 318 319 |
# File 'sig/types.rbs', line 317 def maintenance_window_start_time @maintenance_window_start_time end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
318 319 320 |
# File 'sig/types.rbs', line 318 def publicly_accessible @publicly_accessible end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
319 320 321 |
# File 'sig/types.rbs', line 319 def security_groups @security_groups end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
320 321 322 |
# File 'sig/types.rbs', line 320 def storage_type @storage_type end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
321 322 323 |
# File 'sig/types.rbs', line 321 def subnet_ids @subnet_ids end |
#users ⇒ ::Array[Types::AwsAmazonMqBrokerUsersDetails]
Returns the value of attribute users.
322 323 324 |
# File 'sig/types.rbs', line 322 def users @users end |