Class: Aws::Types::AwsMskClusterClusterInfoDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_authenticationTypes::AwsMskClusterClusterInfoClientAuthenticationDetails

Returns the value of attribute client_authentication.



3226
3227
3228
# File 'sig/types.rbs', line 3226

def client_authentication
  @client_authentication
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def cluster_name
  @cluster_name
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


3223
3224
3225
# File 'sig/types.rbs', line 3223

def current_version
  @current_version
end

#encryption_infoTypes::AwsMskClusterClusterInfoEncryptionInfoDetails

Returns the value of attribute encryption_info.



3222
3223
3224
# File 'sig/types.rbs', line 3222

def encryption_info
  @encryption_info
end

#enhanced_monitoring::String

Returns the value of attribute enhanced_monitoring.

Returns:

  • (::String)


3227
3228
3229
# File 'sig/types.rbs', line 3227

def enhanced_monitoring
  @enhanced_monitoring
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


3224
3225
3226
# File 'sig/types.rbs', line 3224

def number_of_broker_nodes
  @number_of_broker_nodes
end