Class: Aws::Types::UpdateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#agent_arn ⇒ ::String
Returns the value of attribute agent_arn.
965 966 967 |
# File 'sig/types.rbs', line 965 def agent_arn @agent_arn end |
#name ⇒ ::String
Returns the value of attribute name.
966 967 968 |
# File 'sig/types.rbs', line 966 def name @name end |