Class: Aws::Types::PrepareAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::PrepareAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#prepared_at ⇒ ::Time
Returns the value of attribute prepared_at.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def agent_id @agent_id end |
#agent_status ⇒ "CREATING", ...
Returns the value of attribute agent_status.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def agent_status @agent_status end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def agent_version @agent_version end |
#prepared_at ⇒ ::Time
Returns the value of attribute prepared_at.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def prepared_at @prepared_at end |