Class: Aws::DataSync::Types::DeleteAgentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

DeleteAgentRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

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.

Returns:

  • (String)


1431
1432
1433
1434
1435
# File 'lib/aws-sdk-datasync/types.rb', line 1431

class DeleteAgentRequest < Struct.new(
  :agent_arn)
  SENSITIVE = []
  include Aws::Structure
end