Class: Aws::Types::CreateAcmeEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAcmeEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
-
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
-
#certificate_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute certificate_tags.
-
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
341 342 343 |
# File 'sig/types.rbs', line 341 def @authorization_behavior end |
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
343 344 345 |
# File 'sig/types.rbs', line 343 def @certificate_authority end |
#certificate_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute certificate_tags.
345 346 347 |
# File 'sig/types.rbs', line 345 def @certificate_tags end |
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
342 343 344 |
# File 'sig/types.rbs', line 342 def contact @contact end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
340 341 342 |
# File 'sig/types.rbs', line 340 def idempotency_token @idempotency_token end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
344 345 346 |
# File 'sig/types.rbs', line 344 def @tags end |