Class: Aws::DataSync::Types::UpdateAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::UpdateAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
UpdateAgentRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent to update.
-
#name ⇒ String
The name that you want to use to configure the agent.
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent to update.
6055 6056 6057 6058 6059 6060 |
# File 'lib/aws-sdk-datasync/types.rb', line 6055 class UpdateAgentRequest < Struct.new( :agent_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that you want to use to configure the agent.
6055 6056 6057 6058 6059 6060 |
# File 'lib/aws-sdk-datasync/types.rb', line 6055 class UpdateAgentRequest < Struct.new( :agent_arn, :name) SENSITIVE = [] include Aws::Structure end |