Class: Aws::Types::CreateAcmeExternalAccountBindingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAcmeExternalAccountBindingRequest
- 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.
-
#expiration ⇒ Types::Expiration
Returns the value of attribute expiration.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def acme_endpoint_arn @acme_endpoint_arn end |
#expiration ⇒ Types::Expiration
Returns the value of attribute expiration.
358 359 360 |
# File 'sig/types.rbs', line 358 def expiration @expiration end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
355 356 357 |
# File 'sig/types.rbs', line 355 def idempotency_token @idempotency_token end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
359 360 361 |
# File 'sig/types.rbs', line 359 def @tags end |