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.
6064 6065 6066 6067 6068 6069 |
# File 'lib/aws-sdk-datasync/types.rb', line 6064 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.
6064 6065 6066 6067 6068 6069 |
# File 'lib/aws-sdk-datasync/types.rb', line 6064 class UpdateAgentRequest < Struct.new( :agent_arn, :name) SENSITIVE = [] include Aws::Structure end |