Class: Aws::DataSync::Types::DescribeAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeAgentResponse
- Includes:
- Structure
- Defined in:
- 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].
-
#endpoint_type ⇒ String
The type of [service endpoint] 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].
-
#status ⇒ String
The status of the agent.
Instance Attribute Details
#agent_arn ⇒ String
The ARN of the agent.
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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].
[1]: docs.aws.amazon.com/datasync/latest/userguide/activate-agent.html
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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.
[1]: docs.aws.amazon.com/datasync/latest/userguide/choose-service-endpoint.html
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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.
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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.
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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.
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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].
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 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?]
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-datasync/types.rb', line 1624 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config, :platform) SENSITIVE = [] include Aws::Structure end |