Class: Aws::OSIS::Types::PipelineEndpointConnection

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

Overview

Represents a connection to a pipeline endpoint, containing details about the endpoint association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_idString

The unique identifier of the endpoint in the connection.

Returns:

  • (String)


908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 908

class PipelineEndpointConnection < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.

Returns:

  • (String)


908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 908

class PipelineEndpointConnection < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the pipeline endpoint connection.

Returns:

  • (String)


908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 908

class PipelineEndpointConnection < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_ownerString

The Amazon Web Services account ID that owns the VPC endpoint used in this connection.

Returns:

  • (String)


908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 908

class PipelineEndpointConnection < Struct.new(
  :pipeline_arn,
  :endpoint_id,
  :status,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end