Class: Aws::OSIS::Types::CreatePipelineEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::CreatePipelineEndpointResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_id ⇒ String
The unique identifier of the pipeline endpoint.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.
-
#status ⇒ String
The current status of the pipeline endpoint.
-
#vpc_id ⇒ String
The ID of the VPC where the pipeline endpoint was created.
Instance Attribute Details
#endpoint_id ⇒ String
The unique identifier of the pipeline endpoint.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 162 class CreatePipelineEndpointResponse < Struct.new( :pipeline_arn, :endpoint_id, :status, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 162 class CreatePipelineEndpointResponse < Struct.new( :pipeline_arn, :endpoint_id, :status, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the pipeline endpoint.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 162 class CreatePipelineEndpointResponse < Struct.new( :pipeline_arn, :endpoint_id, :status, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC where the pipeline endpoint was created.
162 163 164 165 166 167 168 169 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 162 class CreatePipelineEndpointResponse < Struct.new( :pipeline_arn, :endpoint_id, :status, :vpc_id) SENSITIVE = [] include Aws::Structure end |