Class: Aws::Types::DescribeConfigurationRevisionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRevisionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
543 544 545 |
# File 'sig/types.rbs', line 543 def arn @arn end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
544 545 546 |
# File 'sig/types.rbs', line 544 def revision @revision end |