Class: Aws::Types::CertificateAuthority
- Inherits:
-
Object
- Object
- Aws::Types::CertificateAuthority
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority_configuration ⇒ Types::CertificateAuthorityConfiguration
Returns the value of attribute certificate_authority_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#failure_reason ⇒ "REQUEST_TIMED_OUT", ...
Returns the value of attribute failure_reason.
-
#key_storage_security_standard ⇒ "FIPS_140_2_LEVEL_2_OR_HIGHER", ...
Returns the value of attribute key_storage_security_standard.
-
#last_state_change_at ⇒ ::Time
Returns the value of attribute last_state_change_at.
-
#not_after ⇒ ::Time
Returns the value of attribute not_after.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#restorable_until ⇒ ::Time
Returns the value of attribute restorable_until.
-
#revocation_configuration ⇒ Types::RevocationConfiguration
Returns the value of attribute revocation_configuration.
-
#serial ⇒ ::String
Returns the value of attribute serial.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ "ROOT", "SUBORDINATE"
Returns the value of attribute type.
-
#usage_mode ⇒ "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
Returns the value of attribute usage_mode.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def arn @arn end |
#certificate_authority_configuration ⇒ Types::CertificateAuthorityConfiguration
Returns the value of attribute certificate_authority_configuration.
59 60 61 |
# File 'sig/types.rbs', line 59 def @certificate_authority_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
51 52 53 |
# File 'sig/types.rbs', line 51 def created_at @created_at end |
#failure_reason ⇒ "REQUEST_TIMED_OUT", ...
Returns the value of attribute failure_reason.
58 59 60 |
# File 'sig/types.rbs', line 58 def failure_reason @failure_reason end |
#key_storage_security_standard ⇒ "FIPS_140_2_LEVEL_2_OR_HIGHER", ...
Returns the value of attribute key_storage_security_standard.
62 63 64 |
# File 'sig/types.rbs', line 62 def key_storage_security_standard @key_storage_security_standard end |
#last_state_change_at ⇒ ::Time
Returns the value of attribute last_state_change_at.
52 53 54 |
# File 'sig/types.rbs', line 52 def last_state_change_at @last_state_change_at end |
#not_after ⇒ ::Time
Returns the value of attribute not_after.
57 58 59 |
# File 'sig/types.rbs', line 57 def not_after @not_after end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
56 57 58 |
# File 'sig/types.rbs', line 56 def not_before @not_before end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
50 51 52 |
# File 'sig/types.rbs', line 50 def owner_account @owner_account end |
#restorable_until ⇒ ::Time
Returns the value of attribute restorable_until.
61 62 63 |
# File 'sig/types.rbs', line 61 def restorable_until @restorable_until end |
#revocation_configuration ⇒ Types::RevocationConfiguration
Returns the value of attribute revocation_configuration.
60 61 62 |
# File 'sig/types.rbs', line 60 def revocation_configuration @revocation_configuration end |
#serial ⇒ ::String
Returns the value of attribute serial.
54 55 56 |
# File 'sig/types.rbs', line 54 def serial @serial end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
55 56 57 |
# File 'sig/types.rbs', line 55 def status @status end |
#type ⇒ "ROOT", "SUBORDINATE"
Returns the value of attribute type.
53 54 55 |
# File 'sig/types.rbs', line 53 def type @type end |
#usage_mode ⇒ "GENERAL_PURPOSE", "SHORT_LIVED_CERTIFICATE"
Returns the value of attribute usage_mode.
63 64 65 |
# File 'sig/types.rbs', line 63 def usage_mode @usage_mode end |