Class: Aws::Types::ClusterInfo
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_operation_arn ⇒ ::String
Returns the value of attribute active_operation_arn.
-
#broker_node_group_info ⇒ Types::BrokerNodeGroupInfo
Returns the value of attribute broker_node_group_info.
-
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#customer_action_status ⇒ "CRITICAL_ACTION_REQUIRED", ...
Returns the value of attribute customer_action_status.
-
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
-
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
-
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
-
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
-
#open_monitoring ⇒ Types::OpenMonitoring
Returns the value of attribute open_monitoring.
-
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#state_info ⇒ Types::StateInfo
Returns the value of attribute state_info.
-
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#zookeeper_connect_string ⇒ ::String
Returns the value of attribute zookeeper_connect_string.
-
#zookeeper_connect_string_tls ⇒ ::String
Returns the value of attribute zookeeper_connect_string_tls.
Instance Attribute Details
#active_operation_arn ⇒ ::String
Returns the value of attribute active_operation_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def active_operation_arn @active_operation_arn end |
#broker_node_group_info ⇒ Types::BrokerNodeGroupInfo
Returns the value of attribute broker_node_group_info.
137 138 139 |
# File 'sig/types.rbs', line 137 def broker_node_group_info @broker_node_group_info end |
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
138 139 140 |
# File 'sig/types.rbs', line 138 def client_authentication @client_authentication end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def cluster_arn @cluster_arn end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def cluster_name @cluster_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
141 142 143 |
# File 'sig/types.rbs', line 141 def creation_time @creation_time end |
#current_broker_software_info ⇒ Types::BrokerSoftwareInfo
Returns the value of attribute current_broker_software_info.
142 143 144 |
# File 'sig/types.rbs', line 142 def current_broker_software_info @current_broker_software_info end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
144 145 146 |
# File 'sig/types.rbs', line 144 def current_version @current_version end |
#customer_action_status ⇒ "CRITICAL_ACTION_REQUIRED", ...
Returns the value of attribute customer_action_status.
156 157 158 |
# File 'sig/types.rbs', line 156 def customer_action_status @customer_action_status end |
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
145 146 147 |
# File 'sig/types.rbs', line 145 def encryption_info @encryption_info end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
146 147 148 |
# File 'sig/types.rbs', line 146 def enhanced_monitoring @enhanced_monitoring end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
143 144 145 |
# File 'sig/types.rbs', line 143 def logging_info @logging_info end |
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
147 148 149 |
# File 'sig/types.rbs', line 147 def number_of_broker_nodes @number_of_broker_nodes end |
#open_monitoring ⇒ Types::OpenMonitoring
Returns the value of attribute open_monitoring.
148 149 150 |
# File 'sig/types.rbs', line 148 def open_monitoring @open_monitoring end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
155 156 157 |
# File 'sig/types.rbs', line 155 def rebalancing @rebalancing end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
149 150 151 |
# File 'sig/types.rbs', line 149 def state @state end |
#state_info ⇒ Types::StateInfo
Returns the value of attribute state_info.
150 151 152 |
# File 'sig/types.rbs', line 150 def state_info @state_info end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
154 155 156 |
# File 'sig/types.rbs', line 154 def storage_mode @storage_mode end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
151 152 153 |
# File 'sig/types.rbs', line 151 def @tags end |
#zookeeper_connect_string ⇒ ::String
Returns the value of attribute zookeeper_connect_string.
152 153 154 |
# File 'sig/types.rbs', line 152 def zookeeper_connect_string @zookeeper_connect_string end |
#zookeeper_connect_string_tls ⇒ ::String
Returns the value of attribute zookeeper_connect_string_tls.
153 154 155 |
# File 'sig/types.rbs', line 153 def zookeeper_connect_string_tls @zookeeper_connect_string_tls end |