Class: Aws::Types::AgentSpace
- Inherits:
-
Object
- Object
- Aws::Types::AgentSpace
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def agent_space_id @agent_space_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
93 94 95 |
# File 'sig/types.rbs', line 93 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
91 92 93 |
# File 'sig/types.rbs', line 91 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def kms_key_arn @kms_key_arn end |
#locale ⇒ ::String
Returns the value of attribute locale.
92 93 94 |
# File 'sig/types.rbs', line 92 def locale @locale end |
#name ⇒ ::String
Returns the value of attribute name.
90 91 92 |
# File 'sig/types.rbs', line 90 def name @name end |
#preferences ⇒ ::Hash[("elevatedActionsEnabled"), bool]
Returns the value of attribute preferences.
97 98 99 |
# File 'sig/types.rbs', line 97 def preferences @preferences end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
94 95 96 |
# File 'sig/types.rbs', line 94 def updated_at @updated_at end |