Class: Aws::OSIS::Types::CreatePipelineEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_idString

The unique identifier of the pipeline endpoint.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.

Returns:

  • (String)


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

#statusString

The current status of the pipeline endpoint.

Returns:

  • (String)


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_idString

The ID of the VPC where the pipeline endpoint was created.

Returns:

  • (String)


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