Class: Aws::Types::DescribeConfigurationRevisionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRevisionOutput
- 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.
438 439 440 |
# File 'sig/types.rbs', line 438 def configuration_id @configuration_id end |
#created ⇒ ::Time
Returns the value of attribute created.
439 440 441 |
# File 'sig/types.rbs', line 439 def created @created end |
#data ⇒ ::String
Returns the value of attribute data.
440 441 442 |
# File 'sig/types.rbs', line 440 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
441 442 443 |
# File 'sig/types.rbs', line 441 def description @description end |