Class: Aws::Types::DeleteCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCertificateAuthorityRequest
- 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.
735 736 737 |
# File 'sig/types.rbs', line 735 def @certificate_authority_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
736 737 738 |
# File 'sig/types.rbs', line 736 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
734 735 736 |
# File 'sig/types.rbs', line 734 def cluster_name @cluster_name end |