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)


1428
1429
1430
1431
1432
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1428

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