Class: Aws::Types::CreateAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
-
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def agent_id @agent_id end |
#agent_name ⇒ ::String
Returns the value of attribute agent_name.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def agent_name @agent_name end |
#agent_status ⇒ "ACTIVE", ...
Returns the value of attribute agent_status.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def agent_status @agent_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def request_id @request_id end |