Class: Aws::Types::AgentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def agent_id @agent_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
144 145 146 |
# File 'sig/types.rbs', line 144 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
143 144 145 |
# File 'sig/types.rbs', line 143 def description @description end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
145 146 147 |
# File 'sig/types.rbs', line 145 def updated_at @updated_at end |