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.
62 63 64 |
# File 'sig/types.rbs', line 62 def broker_az_distribution @broker_az_distribution end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
63 64 65 |
# File 'sig/types.rbs', line 63 def client_subnets @client_subnets end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
67 68 69 |
# File 'sig/types.rbs', line 67 def connectivity_info @connectivity_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def instance_type @instance_type end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
65 66 67 |
# File 'sig/types.rbs', line 65 def security_groups @security_groups end |
#storage_info ⇒ Types::StorageInfo
Returns the value of attribute storage_info.
66 67 68 |
# File 'sig/types.rbs', line 66 def storage_info @storage_info end |
#zone_ids ⇒ ::Array[::String]
Returns the value of attribute zone_ids.
68 69 70 |
# File 'sig/types.rbs', line 68 def zone_ids @zone_ids end |