Class: Aws::Types::AcmeExternalAccountBinding
- Inherits:
-
Object
- Object
- Aws::Types::AcmeExternalAccountBinding
- 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.
153 154 155 |
# File 'sig/types.rbs', line 153 def acme_endpoint_arn @acme_endpoint_arn end |
#acme_external_account_binding_arn ⇒ ::String
Returns the value of attribute acme_external_account_binding_arn.
152 153 154 |
# File 'sig/types.rbs', line 152 def acme_external_account_binding_arn @acme_external_account_binding_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
158 159 160 |
# File 'sig/types.rbs', line 158 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
155 156 157 |
# File 'sig/types.rbs', line 155 def expires_at @expires_at end |
#last_used_at ⇒ ::Time
Returns the value of attribute last_used_at.
157 158 159 |
# File 'sig/types.rbs', line 157 def last_used_at @last_used_at end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
156 157 158 |
# File 'sig/types.rbs', line 156 def revoked_at @revoked_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
154 155 156 |
# File 'sig/types.rbs', line 154 def role_arn @role_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
159 160 161 |
# File 'sig/types.rbs', line 159 def updated_at @updated_at end |