You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::AgentListEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

The Amazon Resource Name (ARN) of the agent.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the agent.

#nameString

The name of the agent.

Returns:

  • (String)

    The name of the agent.

#statusString

The status of the agent.

Possible values:

  • ONLINE
  • OFFLINE

Returns:

  • (String)

    The status of the agent.