Class: Aws::Types::ConfigurationId
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
93 94 95 |
# File 'sig/types.rbs', line 93 def id @id end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
94 95 96 |
# File 'sig/types.rbs', line 94 def revision @revision end |