Class: Aws::Types::UpdateAgentSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentSpaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#preferences ⇒ ::Hash[("elevatedActionsEnabled"), bool]
Returns the value of attribute preferences.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def agent_space_id @agent_space_id end |
#description ⇒ ::String
Returns the value of attribute description.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def description @description end |
#locale ⇒ ::String
Returns the value of attribute locale.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def locale @locale end |
#name ⇒ ::String
Returns the value of attribute name.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def name @name end |
#preferences ⇒ ::Hash[("elevatedActionsEnabled"), bool]
Returns the value of attribute preferences.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def preferences @preferences end |