Class: Aws::Types::AcmCertificateMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AcmCertificateMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acme_account_id ⇒ ::String
Returns the value of attribute acme_account_id.
-
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
-
#certificate_key_pair_origin ⇒ "AWS_MANAGED", ...
Returns the value of attribute certificate_key_pair_origin.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#export_option ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_option.
-
#exported ⇒ Boolean
Returns the value of attribute exported.
-
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
-
#in_use ⇒ Boolean
Returns the value of attribute in_use.
-
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
-
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
-
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
-
#renewal_status ⇒ "PENDING_AUTO_RENEWAL", ...
Returns the value of attribute renewal_status.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
-
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
-
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
Instance Attribute Details
#acme_account_id ⇒ ::String
Returns the value of attribute acme_account_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def acme_account_id @acme_account_id end |
#acme_endpoint_arn ⇒ ::String
Returns the value of attribute acme_endpoint_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def acme_endpoint_arn @acme_endpoint_arn end |
#certificate_key_pair_origin ⇒ "AWS_MANAGED", ...
Returns the value of attribute certificate_key_pair_origin.
30 31 32 |
# File 'sig/types.rbs', line 30 def certificate_key_pair_origin @certificate_key_pair_origin end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
17 18 19 |
# File 'sig/types.rbs', line 17 def created_at @created_at end |
#export_option ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_option.
27 28 29 |
# File 'sig/types.rbs', line 27 def export_option @export_option end |
#exported ⇒ Boolean
Returns the value of attribute exported.
18 19 20 |
# File 'sig/types.rbs', line 18 def exported @exported end |
#imported_at ⇒ ::Time
Returns the value of attribute imported_at.
19 20 21 |
# File 'sig/types.rbs', line 19 def imported_at @imported_at end |
#in_use ⇒ Boolean
Returns the value of attribute in_use.
20 21 22 |
# File 'sig/types.rbs', line 20 def in_use @in_use end |
#issued_at ⇒ ::Time
Returns the value of attribute issued_at.
21 22 23 |
# File 'sig/types.rbs', line 21 def issued_at @issued_at end |
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
28 29 30 |
# File 'sig/types.rbs', line 28 def managed_by @managed_by end |
#renewal_eligibility ⇒ "ELIGIBLE", "INELIGIBLE"
Returns the value of attribute renewal_eligibility.
22 23 24 |
# File 'sig/types.rbs', line 22 def renewal_eligibility @renewal_eligibility end |
#renewal_status ⇒ "PENDING_AUTO_RENEWAL", ...
Returns the value of attribute renewal_status.
25 26 27 |
# File 'sig/types.rbs', line 25 def renewal_status @renewal_status end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
23 24 25 |
# File 'sig/types.rbs', line 23 def revoked_at @revoked_at end |
#status ⇒ "PENDING_VALIDATION", ...
Returns the value of attribute status.
24 25 26 |
# File 'sig/types.rbs', line 24 def status @status end |
#type ⇒ "IMPORTED", ...
Returns the value of attribute type.
26 27 28 |
# File 'sig/types.rbs', line 26 def type @type end |
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
29 30 31 |
# File 'sig/types.rbs', line 29 def validation_method @validation_method end |