Class: Aws::OSIS::Types::PipelineEndpointConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineEndpointConnection
- 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
-
#endpoint_id ⇒ String
The unique identifier of the endpoint in the connection.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
-
#status ⇒ String
The current status of the pipeline endpoint connection.
-
#vpc_endpoint_owner ⇒ String
The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
Instance Attribute Details
#endpoint_id ⇒ String
The unique identifier of the endpoint in the connection.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
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 |
#status ⇒ String
The current status of the pipeline endpoint connection.
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_owner ⇒ String
The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
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 |