Class: Aws::Types::Configurations
- Inherits:
-
Object
- Object
- Aws::Types::Configurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current ⇒ Types::ConfigurationId
Returns the value of attribute current.
-
#history ⇒ ::Array[Types::ConfigurationId]
Returns the value of attribute history.
-
#pending ⇒ Types::ConfigurationId
Returns the value of attribute pending.
Instance Attribute Details
#current ⇒ Types::ConfigurationId
Returns the value of attribute current.
106 107 108 |
# File 'sig/types.rbs', line 106 def current @current end |
#history ⇒ ::Array[Types::ConfigurationId]
Returns the value of attribute history.
107 108 109 |
# File 'sig/types.rbs', line 107 def history @history end |
#pending ⇒ Types::ConfigurationId
Returns the value of attribute pending.
108 109 110 |
# File 'sig/types.rbs', line 108 def pending @pending end |