Class: Aws::Types::MutableClusterInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#broker_count_update_infoTypes::BrokerCountUpdateInfo

Returns the value of attribute broker_count_update_info.



1219
1220
1221
# File 'sig/types.rbs', line 1219

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.

Returns:



1206
1207
1208
# File 'sig/types.rbs', line 1206

def broker_ebs_volume_info
  @broker_ebs_volume_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



1214
1215
1216
# File 'sig/types.rbs', line 1214

def client_authentication
  @client_authentication
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



1207
1208
1209
# File 'sig/types.rbs', line 1207

def configuration_info
  @configuration_info
end

#connectivity_infoTypes::ConnectivityInfo

Returns the value of attribute connectivity_info.



1216
1217
1218
# File 'sig/types.rbs', line 1216

def connectivity_info
  @connectivity_info
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def encryption_info
  @encryption_info
end

#enhanced_monitoring"DEFAULT", ...

Returns the value of attribute enhanced_monitoring.

Returns:

  • ("DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION")


1210
1211
1212
# File 'sig/types.rbs', line 1210

def enhanced_monitoring
  @enhanced_monitoring
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def instance_type
  @instance_type
end

#kafka_version::String

Returns the value of attribute kafka_version.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def kafka_version
  @kafka_version
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoring

Returns the value of attribute open_monitoring.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def rebalancing
  @rebalancing
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


1218
1219
1220
# File 'sig/types.rbs', line 1218

def storage_mode
  @storage_mode
end

#zookeeper_accessTypes::ZookeeperAccess

Returns the value of attribute zookeeper_access.



1217
1218
1219
# File 'sig/types.rbs', line 1217

def zookeeper_access
  @zookeeper_access
end