Class: Aws::DataSync::Types::DescribeAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeAgent
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the DataSync agent that you want information about.
Instance Attribute Details
#agent_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the DataSync agent that you want information about.
1541 1542 1543 1544 1545 |
# File 'lib/aws-sdk-datasync/types.rb', line 1541 class DescribeAgentRequest < Struct.new( :agent_arn) SENSITIVE = [] include Aws::Structure end |