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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

DescribeAgentResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arnString

The ARN of the agent.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_connection_timeTime

The time that the agent last connected to DataSync.

Returns:

  • (Time)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the agent.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

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



1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
# File 'lib/aws-sdk-datasync/types.rb', line 1465

class DescribeAgentResponse < Struct.new(
  :agent_arn,
  :name,
  :status,
  :last_connection_time,
  :creation_time,
  :endpoint_type,
  :private_link_config)
  SENSITIVE = []
  include Aws::Structure
end