Class: Aws::Types::UpdateCrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
-
#crl_id ⇒ ::String
Returns the value of attribute crl_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#crl_data ⇒ ::String
Returns the value of attribute crl_data.
347 348 349 |
# File 'sig/types.rbs', line 347 def crl_data @crl_data end |
#crl_id ⇒ ::String
Returns the value of attribute crl_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def crl_id @crl_id end |
#name ⇒ ::String
Returns the value of attribute name.
346 347 348 |
# File 'sig/types.rbs', line 346 def name @name end |