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_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#permanent_deletion_time_in_days ⇒ ::Integer
Returns the value of attribute permanent_deletion_time_in_days.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def @certificate_authority_arn end |
#permanent_deletion_time_in_days ⇒ ::Integer
Returns the value of attribute permanent_deletion_time_in_days.
160 161 162 |
# File 'sig/types.rbs', line 160 def permanent_deletion_time_in_days @permanent_deletion_time_in_days end |