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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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.



1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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)


1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1370

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