Class: Aws::Types::AcmeExternalAccountBindingSummary
- Inherits:
-
Object
- Object
- Aws::Types::AcmeExternalAccountBindingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
-
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#last_used_at ⇒ ::Time
Returns the value of attribute last_used_at.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
165 166 167 |
# File 'sig/types.rbs', line 165 def acme_endpoint_arn @acme_endpoint_arn end |
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def acme_external_account_binding_arn @acme_external_account_binding_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
170 171 172 |
# File 'sig/types.rbs', line 170 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
167 168 169 |
# File 'sig/types.rbs', line 167 def expires_at @expires_at end |
#last_used_at ⇒ ::Time
Returns the value of attribute last_used_at.
169 170 171 |
# File 'sig/types.rbs', line 169 def last_used_at @last_used_at end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
168 169 170 |
# File 'sig/types.rbs', line 168 def revoked_at @revoked_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def role_arn @role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
171 172 173 |
# File 'sig/types.rbs', line 171 def updated_at @updated_at end |