Class: Aws::GroundStation::Types::DataflowEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DataflowEndpointConfig
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Information about the dataflow endpoint Config
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataflow_endpoint_name ⇒ String
Name of a dataflow endpoint.
-
#dataflow_endpoint_region ⇒ String
Region of a dataflow endpoint.
Instance Attribute Details
#dataflow_endpoint_name ⇒ String
Name of a dataflow endpoint.
791 792 793 794 795 796 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 791 class DataflowEndpointConfig < Struct.new( :dataflow_endpoint_name, :dataflow_endpoint_region) SENSITIVE = [] include Aws::Structure end |
#dataflow_endpoint_region ⇒ String
Region of a dataflow endpoint.
791 792 793 794 795 796 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 791 class DataflowEndpointConfig < Struct.new( :dataflow_endpoint_name, :dataflow_endpoint_region) SENSITIVE = [] include Aws::Structure end |