Class: Aws::DataSync::Types::DescribeAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeAgentResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
DescribeAgentResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_arn ⇒ String
The ARN of the agent.
-
#creation_time ⇒ Time
The time that the agent was [activated][1].
-
#endpoint_type ⇒ String
The type of [service endpoint][1] that your agent is connected to.
-
#last_connection_time ⇒ Time
The last time that the agent was communicating with the DataSync service.
-
#name ⇒ String
The name of the agent.
-
#platform ⇒ Types::Platform
The platform-related details about the agent, such as the version number.
-
#private_link_config ⇒ Types::PrivateLinkConfig
The network configuration that the agent uses when connecting to a [VPC service endpoint][1].
-
#status ⇒ String
The status of the agent.
Instance Attribute Details
#agent_arn ⇒ String
The ARN of the agent.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 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_time ⇒ Time
The time that the agent was activated.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 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_type ⇒ String
The type of service endpoint that your agent is connected to.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 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_time ⇒ Time
The last time that the agent was communicating with the DataSync service.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the agent.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ Types::Platform
The platform-related details about the agent, such as the version number.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |
#private_link_config ⇒ Types::PrivateLinkConfig
The network configuration that the agent uses when connecting to a VPC service endpoint.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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?
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1756 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |