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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#creation_timeTime

The time that the agent was activated.

Returns:

  • (Time)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#endpoint_typeString

The type of service endpoint that your agent is connected to.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#last_connection_timeTime

The last time that the agent was communicating with the DataSync service.

Returns:

  • (Time)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#nameString

The name of the agent.

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#platformTypes::Platform

The platform-related details about the agent, such as the version number.

Returns:



1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

The network configuration that the agent uses when connecting to a VPC service endpoint.



1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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

#statusString

The status of the agent.

  • If the status is ONLINE, the agent is configured properly and ready to use.

  • If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?

Returns:

  • (String)


1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1556

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