Class: Aws::Types::DescribeConfigurationRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRevisionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
549 550 551 |
# File 'sig/types.rbs', line 549 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
550 551 552 |
# File 'sig/types.rbs', line 550 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
551 552 553 |
# File 'sig/types.rbs', line 551 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
552 553 554 |
# File 'sig/types.rbs', line 552 def revision @revision end |
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
553 554 555 |
# File 'sig/types.rbs', line 553 def server_properties @server_properties end |