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.
550 551 552 |
# File 'sig/types.rbs', line 550 def arn @arn end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
551 552 553 |
# File 'sig/types.rbs', line 551 def revision @revision end |