Class: Aws::OSIS::Types::CreatePipelineEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::CreatePipelineEndpointRequest
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline to create the endpoint for.
-
#vpc_options ⇒ Types::PipelineEndpointVpcOptions
Container for the VPC configuration for the pipeline endpoint, including subnet IDs and security group IDs.
Instance Attribute Details
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline to create the endpoint for.
136 137 138 139 140 141 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 136 class CreatePipelineEndpointRequest < Struct.new( :pipeline_arn, :vpc_options) SENSITIVE = [] include Aws::Structure end |
#vpc_options ⇒ Types::PipelineEndpointVpcOptions
Container for the VPC configuration for the pipeline endpoint, including subnet IDs and security group IDs.
136 137 138 139 140 141 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 136 class CreatePipelineEndpointRequest < Struct.new( :pipeline_arn, :vpc_options) SENSITIVE = [] include Aws::Structure end |