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

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


1484
1485
1486
1487
1488
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1484

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