Class: Aws::OSIS::Types::PipelineDestination

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

Overview

An object representing the destination of a pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint receiving data from the pipeline.

Returns:

  • (String)


632
633
634
635
636
637
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 632

class PipelineDestination < Struct.new(
  :service_name,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service receiving data from the pipeline.

Returns:

  • (String)


632
633
634
635
636
637
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 632

class PipelineDestination < Struct.new(
  :service_name,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end