Class: Aws::OSIS::Types::PipelineDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
An object representing the destination of a pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint receiving data from the pipeline.
-
#service_name ⇒ String
The name of the service receiving data from the pipeline.
Instance Attribute Details
#endpoint ⇒ String
The endpoint receiving data from the pipeline.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-osis/types.rb', line 632 class PipelineDestination < Struct.new( :service_name, :endpoint) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service receiving data from the pipeline.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-osis/types.rb', line 632 class PipelineDestination < Struct.new( :service_name, :endpoint) SENSITIVE = [] include Aws::Structure end |