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 Amazon Resource Name (ARN) of the agent.
-
#creation_time ⇒ Time
The time that the agent was activated (that is, created in your account).
-
#endpoint_type ⇒ String
The type of endpoint that your agent is connected to.
-
#last_connection_time ⇒ Time
The time that the agent last connected to DataSync.
-
#name ⇒ String
The name of the agent.
-
#private_link_config ⇒ Types::PrivateLinkConfig
The subnet and the security group that DataSync used to access a VPC endpoint.
-
#status ⇒ String
The status of the agent.
Instance Attribute Details
#agent_arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the agent was activated (that is, created in your account).
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |
#endpoint_type ⇒ String
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.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 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_time ⇒ Time
The time that the agent last connected to DataSync.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the agent.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |
#private_link_config ⇒ Types::PrivateLinkConfig
The subnet and the security group that DataSync used to access a VPC endpoint.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class DescribeAgentResponse < Struct.new( :agent_arn, :name, :status, :last_connection_time, :creation_time, :endpoint_type, :private_link_config) SENSITIVE = [] include Aws::Structure end |