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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


1421
1422
1423
1424
1425
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1421

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