Class: Aws::DataSync::Types::DescribeAgentRequest

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

Overview

DescribeAgent

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

Specifies the Amazon Resource Name (ARN) of the DataSync agent that you want information about.

Returns:

  • (String)


1487
1488
1489
1490
1491
# File 'lib/aws-sdk-datasync/types.rb', line 1487

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