Class: Aws::Types::ImportCrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportCrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
Instance Attribute Details
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
85 86 87 |
# File 'sig/types.rbs', line 85 def crl_data @crl_data end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
86 87 88 |
# File 'sig/types.rbs', line 86 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
84 85 86 |
# File 'sig/types.rbs', line 84 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
87 88 89 |
# File 'sig/types.rbs', line 87 def @tags end |
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
88 89 90 |
# File 'sig/types.rbs', line 88 def trust_anchor_arn @trust_anchor_arn end |