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

Class: Aws::DataSync::Types::DescribeAgentResponse

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

Overview

DescribeAgentResponse

Returned by:

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.

#creation_timeTime

The time that the agent was activated (that is, created in your account).

Returns:

  • (Time)

    The time that the agent was activated (that is, created in your account).

#endpoint_typeString

The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.

Possible values:

  • PUBLIC
  • PRIVATE_LINK
  • FIPS

Returns:

  • (String)

    The type of endpoint that your agent is connected to.

#last_connection_timeTime

The time that the agent last connected to DataSyc.

Returns:

  • (Time)

    The time that the agent last connected to DataSyc.

#nameString

The name of the agent.

Returns:

  • (String)

    The name of the agent.

The subnet and the security group that DataSync used to access a VPC endpoint.

Returns:

#statusString

The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent\'s VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.

Possible values:

  • ONLINE
  • OFFLINE

Returns:

  • (String)

    The status of the agent.