Class: Aws::Types::CrlDetail
- Inherits:
-
Object
- Object
- Aws::Types::CrlDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#crl_arn ⇒ ::String
Returns the value of attribute crl_arn.
-
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
-
#crl_id ⇒ ::String
Returns the value of attribute crl_id.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
61 62 63 |
# File 'sig/types.rbs', line 61 def created_at @created_at end |
#crl_arn ⇒ ::String
Returns the value of attribute crl_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def crl_arn @crl_arn end |
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
59 60 61 |
# File 'sig/types.rbs', line 59 def crl_data @crl_data end |
#crl_id ⇒ ::String
Returns the value of attribute crl_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def crl_id @crl_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
58 59 60 |
# File 'sig/types.rbs', line 58 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
57 58 59 |
# File 'sig/types.rbs', line 57 def name @name end |
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def trust_anchor_arn @trust_anchor_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
62 63 64 |
# File 'sig/types.rbs', line 62 def updated_at @updated_at end |