Class: Aws::Types::Intent
- Inherits:
-
Object
- Object
- Aws::Types::Intent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confirmation_state ⇒ "Confirmed", ...
Returns the value of attribute confirmation_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#slots ⇒ ::Hash[::String, Types::Slot]
Returns the value of attribute slots.
-
#state ⇒ "Failed", ...
Returns the value of attribute state.
Instance Attribute Details
#confirmation_state ⇒ "Confirmed", ...
Returns the value of attribute confirmation_state.
167 168 169 |
# File 'sig/types.rbs', line 167 def confirmation_state @confirmation_state end |
#name ⇒ ::String
Returns the value of attribute name.
164 165 166 |
# File 'sig/types.rbs', line 164 def name @name end |
#slots ⇒ ::Hash[::String, Types::Slot]
Returns the value of attribute slots.
165 166 167 |
# File 'sig/types.rbs', line 165 def slots @slots end |
#state ⇒ "Failed", ...
Returns the value of attribute state.
166 167 168 |
# File 'sig/types.rbs', line 166 def state @state end |