Class: Aws::Types::RevokeAcmeAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeAcmeAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_url ⇒ ::String
Returns the value of attribute account_url.
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
Instance Attribute Details
#account_url ⇒ ::String
Returns the value of attribute account_url.
907 908 909 |
# File 'sig/types.rbs', line 907 def account_url @account_url end |
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
906 907 908 |
# File 'sig/types.rbs', line 906 def acme_endpoint_arn @acme_endpoint_arn end |