Class: Aws::Types::AcmeEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AcmeEndpoint
- 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.
-
#certificate_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute certificate_tags.
-
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
124 125 126 |
# File 'sig/types.rbs', line 124 def acme_endpoint_arn @acme_endpoint_arn end |
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
128 129 130 |
# File 'sig/types.rbs', line 128 def @authorization_behavior end |
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
130 131 132 |
# File 'sig/types.rbs', line 130 def @certificate_authority end |
#certificate_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute certificate_tags.
131 132 133 |
# File 'sig/types.rbs', line 131 def @certificate_tags end |
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
129 130 131 |
# File 'sig/types.rbs', line 129 def contact @contact end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
132 133 134 |
# File 'sig/types.rbs', line 132 def created_at @created_at end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
125 126 127 |
# File 'sig/types.rbs', line 125 def endpoint_url @endpoint_url end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
127 128 129 |
# File 'sig/types.rbs', line 127 def failure_reason @failure_reason end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
126 127 128 |
# File 'sig/types.rbs', line 126 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
133 134 135 |
# File 'sig/types.rbs', line 133 def updated_at @updated_at end |