Class: Aws::Types::AcmeAccountSummary
- Inherits:
-
Object
- Object
- Aws::Types::AcmeAccountSummary
- 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.
88 89 90 |
# File 'sig/types.rbs', line 88 def account_url @account_url end |
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def acme_external_account_binding_arn @acme_external_account_binding_arn end |
#contacts ⇒ ::Array[::String]
Returns the value of attribute contacts.
93 94 95 |
# File 'sig/types.rbs', line 93 def contacts @contacts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
91 92 93 |
# File 'sig/types.rbs', line 91 def created_at @created_at end |
#public_key_thumbprint ⇒ ::String
Returns the value of attribute public_key_thumbprint.
89 90 91 |
# File 'sig/types.rbs', line 89 def public_key_thumbprint @public_key_thumbprint end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
90 91 92 |
# File 'sig/types.rbs', line 90 def status @status end |