Class: Aws::Types::ActivateCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ActivateCertificateAuthorityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_id ⇒ ::String
Returns the value of attribute certificate_authority_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
Instance Attribute Details
#certificate_authority_id ⇒ ::String
Returns the value of attribute certificate_authority_id.
49 50 51 |
# File 'sig/types.rbs', line 49 def @certificate_authority_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
50 51 52 |
# File 'sig/types.rbs', line 50 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def cluster_name @cluster_name end |