Class: Aws::Types::CreateAgentSpaceOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentSpaceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space ⇒ Types::AgentSpace
Returns the value of attribute agent_space.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agent_space ⇒ Types::AgentSpace
Returns the value of attribute agent_space.
294 295 296 |
# File 'sig/types.rbs', line 294 def agent_space @agent_space end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |