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.
556 557 558 |
# File 'sig/types.rbs', line 556 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
557 558 559 |
# File 'sig/types.rbs', line 557 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
558 559 560 |
# File 'sig/types.rbs', line 558 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
559 560 561 |
# File 'sig/types.rbs', line 559 def revision @revision end |
#server_properties ⇒ ::String
Returns the value of attribute server_properties.
560 561 562 |
# File 'sig/types.rbs', line 560 def server_properties @server_properties end |