Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn_list::Array[::String]

Returns the value of attribute certificate_authority_arn_list.

Returns:

  • (::Array[::String])


3211
3212
3213
# File 'sig/types.rbs', line 3211

def certificate_authority_arn_list
  @certificate_authority_arn_list
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3212
3213
3214
# File 'sig/types.rbs', line 3212

def enabled
  @enabled
end