Class: Aws::Types::UpdateAcmeEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAcmeEndpointRequest
- 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.
-
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
-
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
-
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
Instance Attribute Details
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def acme_endpoint_arn @acme_endpoint_arn end |
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def @authorization_behavior end |
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def @certificate_authority end |
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def contact @contact end |