Class: Aws::DevOpsAgent::Types::DescribePrivateConnectionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Output containing the Private Connection details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_expiry_timeTime

The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.

Returns:

  • (Time)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#host_addressString

IP address or DNS name of the target resource. Only present for service-managed Private Connections.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Private Connection.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_idString

The Resource Configuration ARN. Only present for self-managed Private Connections.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_idString

The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Private Connection.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the Private Connection.

Returns:

  • (Hash<String,String>)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the Private Connection.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.

Returns:

  • (String)


900
901
902
903
904
905
906
907
908
909
910
911
912
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 900

class DescribePrivateConnectionOutput < Struct.new(
  :name,
  :type,
  :resource_gateway_id,
  :host_address,
  :vpc_id,
  :resource_configuration_id,
  :status,
  :certificate_expiry_time,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end