Class: Aws::Types::MutableClusterInfo
- Inherits:
-
Object
- Object
- Aws::Types::MutableClusterInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_count_update_info ⇒ Types::BrokerCountUpdateInfo
Returns the value of attribute broker_count_update_info.
-
#broker_ebs_volume_info ⇒ ::Array[Types::BrokerEBSVolumeInfo]
Returns the value of attribute broker_ebs_volume_info.
-
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
-
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
-
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
-
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
-
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
-
#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.
-
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
-
#zookeeper_access ⇒ Types::ZookeeperAccess
Returns the value of attribute zookeeper_access.
Instance Attribute Details
#broker_count_update_info ⇒ Types::BrokerCountUpdateInfo
Returns the value of attribute broker_count_update_info.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def broker_count_update_info @broker_count_update_info end |
#broker_ebs_volume_info ⇒ ::Array[Types::BrokerEBSVolumeInfo]
Returns the value of attribute broker_ebs_volume_info.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def broker_ebs_volume_info @broker_ebs_volume_info end |
#client_authentication ⇒ Types::ClientAuthentication
Returns the value of attribute client_authentication.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def client_authentication @client_authentication end |
#configuration_info ⇒ Types::ConfigurationInfo
Returns the value of attribute configuration_info.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def configuration_info @configuration_info end |
#connectivity_info ⇒ Types::ConnectivityInfo
Returns the value of attribute connectivity_info.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def connectivity_info @connectivity_info end |
#encryption_info ⇒ Types::EncryptionInfo
Returns the value of attribute encryption_info.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def encryption_info @encryption_info end |
#enhanced_monitoring ⇒ "DEFAULT", ...
Returns the value of attribute enhanced_monitoring.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def enhanced_monitoring @enhanced_monitoring end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def instance_type @instance_type end |
#kafka_version ⇒ ::String
Returns the value of attribute kafka_version.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def kafka_version @kafka_version end |
#logging_info ⇒ Types::LoggingInfo
Returns the value of attribute logging_info.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def logging_info @logging_info end |
#number_of_broker_nodes ⇒ ::Integer
Returns the value of attribute number_of_broker_nodes.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def number_of_broker_nodes @number_of_broker_nodes end |
#open_monitoring ⇒ Types::OpenMonitoring
Returns the value of attribute open_monitoring.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def open_monitoring @open_monitoring end |
#rebalancing ⇒ Types::Rebalancing
Returns the value of attribute rebalancing.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def rebalancing @rebalancing end |
#storage_mode ⇒ "LOCAL", "TIERED"
Returns the value of attribute storage_mode.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def storage_mode @storage_mode end |
#zookeeper_access ⇒ Types::ZookeeperAccess
Returns the value of attribute zookeeper_access.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def zookeeper_access @zookeeper_access end |