Class: Aws::Types::BrokerNodeGroupInfo
- Inherits:
-
Object
- Object
- Aws::Types::BrokerNodeGroupInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_az_distribution ⇒ "DEFAULT"
Returns the value of attribute broker_az_distribution.
-
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
-
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#storage_info ⇒ Types::StorageInfo
Returns the value of attribute storage_info.
-
#zone_ids ⇒ ::Array[::String]
Returns the value of attribute zone_ids.
Instance Attribute Details
#broker_az_distribution ⇒ "DEFAULT"
Returns the value of attribute broker_az_distribution.
55 56 57 |
# File 'sig/types.rbs', line 55 def broker_az_distribution @broker_az_distribution end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
56 57 58 |
# File 'sig/types.rbs', line 56 def client_subnets @client_subnets end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
60 61 62 |
# File 'sig/types.rbs', line 60 def connectivity_info @connectivity_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def instance_type @instance_type end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
58 59 60 |
# File 'sig/types.rbs', line 58 def security_groups @security_groups end |
#storage_info ⇒ Types::StorageInfo
Returns the value of attribute storage_info.
59 60 61 |
# File 'sig/types.rbs', line 59 def storage_info @storage_info end |
#zone_ids ⇒ ::Array[::String]
Returns the value of attribute zone_ids.
61 62 63 |
# File 'sig/types.rbs', line 61 def zone_ids @zone_ids end |