Class: Aws::DataSync::Types::AgentListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::AgentListEntry
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Represents a single entry in a list of agents. AgentListEntry
returns an array that contains a list of agents when the
ListAgents operation is called.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
-
#name ⇒ String
The name of the agent.
-
#status ⇒ String
The status of the agent.
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 35 class AgentListEntry < Struct.new( :agent_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the agent.
35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 35 class AgentListEntry < Struct.new( :agent_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the agent.
35 36 37 38 39 40 41 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 35 class AgentListEntry < Struct.new( :agent_arn, :name, :status) SENSITIVE = [] include Aws::Structure end |