Class: Aws::Types::Tls
- Inherits:
-
Object
- Object
- Aws::Types::Tls
- 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.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def @certificate_authority_arn_list end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def enabled @enabled end |