Class: Aws::Types::AcmeEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::AcmeEndpointSummary
- 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.
138 139 140 |
# File 'sig/types.rbs', line 138 def acme_endpoint_arn @acme_endpoint_arn end |
#authorization_behavior ⇒ "PRE_APPROVED"
Returns the value of attribute authorization_behavior.
142 143 144 |
# File 'sig/types.rbs', line 142 def @authorization_behavior end |
#certificate_authority ⇒ Types::CertificateAuthority
Returns the value of attribute certificate_authority.
144 145 146 |
# File 'sig/types.rbs', line 144 def @certificate_authority end |
#certificate_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute certificate_tags.
145 146 147 |
# File 'sig/types.rbs', line 145 def @certificate_tags end |
#contact ⇒ "REQUIRED", "NOT_REQUIRED"
Returns the value of attribute contact.
143 144 145 |
# File 'sig/types.rbs', line 143 def contact @contact end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
146 147 148 |
# File 'sig/types.rbs', line 146 def created_at @created_at end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
139 140 141 |
# File 'sig/types.rbs', line 139 def endpoint_url @endpoint_url end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
141 142 143 |
# File 'sig/types.rbs', line 141 def failure_reason @failure_reason end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
140 141 142 |
# File 'sig/types.rbs', line 140 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
147 148 149 |
# File 'sig/types.rbs', line 147 def updated_at @updated_at end |