Class: Aws::Types::AcmeAccount
- Inherits:
-
Object
- Object
- Aws::Types::AcmeAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_url ⇒ ::String
Returns the value of attribute account_url.
-
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
-
#contacts ⇒ ::Array[::String]
Returns the value of attribute contacts.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#public_key_thumbprint ⇒ ::String
Returns the value of attribute public_key_thumbprint.
-
#status ⇒ "VALID", ...
Returns the value of attribute status.
Instance Attribute Details
#account_url ⇒ ::String
Returns the value of attribute account_url.
78 79 80 |
# File 'sig/types.rbs', line 78 def account_url @account_url end |
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def acme_external_account_binding_arn @acme_external_account_binding_arn end |
#contacts ⇒ ::Array[::String]
Returns the value of attribute contacts.
83 84 85 |
# File 'sig/types.rbs', line 83 def contacts @contacts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
81 82 83 |
# File 'sig/types.rbs', line 81 def created_at @created_at end |
#public_key_thumbprint ⇒ ::String
Returns the value of attribute public_key_thumbprint.
79 80 81 |
# File 'sig/types.rbs', line 79 def public_key_thumbprint @public_key_thumbprint end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
80 81 82 |
# File 'sig/types.rbs', line 80 def status @status end |