Class: Aws::DataSync::Types::DeleteAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DeleteAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DeleteAgentRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent to delete.
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent to delete. Use the ‘ListAgents` operation to return a list of agents for your account and Amazon Web Services Region.
1485 1486 1487 1488 1489 |
# File 'lib/aws-sdk-datasync/types.rb', line 1485 class DeleteAgentRequest < Struct.new( :agent_arn) SENSITIVE = [] include Aws::Structure end |