Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn_list ⇒ ::Array[::String]
Returns the value of attribute certificate_authority_arn_list.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#certificate_authority_arn_list ⇒ ::Array[::String]
Returns the value of attribute certificate_authority_arn_list.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def @certificate_authority_arn_list end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def enabled @enabled end |