Class: Aws::Types::AgentConfigurationStatus
- Inherits:
-
Object
- Object
- Aws::Types::AgentConfigurationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#operation_succeeded ⇒ Boolean
Returns the value of attribute operation_succeeded.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def agent_id @agent_id end |
#description ⇒ ::String
Returns the value of attribute description.
14 15 16 |
# File 'sig/types.rbs', line 14 def description @description end |
#operation_succeeded ⇒ Boolean
Returns the value of attribute operation_succeeded.
13 14 15 |
# File 'sig/types.rbs', line 13 def operation_succeeded @operation_succeeded end |