Class: Aws::Types::AgentSpaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentSpaceSummary
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
61 62 63 |
# File 'sig/types.rbs', line 61 def agent_space_id @agent_space_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
63 64 65 |
# File 'sig/types.rbs', line 63 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
64 65 66 |
# File 'sig/types.rbs', line 64 def updated_at @updated_at end |