Class: Aws::Types::DescribeConfigurationRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRevisionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def configuration_id @configuration_id end |
#created ⇒ ::Time
Returns the value of attribute created.
453 454 455 |
# File 'sig/types.rbs', line 453 def created @created end |
#data ⇒ ::String
Returns the value of attribute data.
454 455 456 |
# File 'sig/types.rbs', line 454 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
455 456 457 |
# File 'sig/types.rbs', line 455 def description @description end |