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.
764 765 766 767 768 769 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 764 class DataflowEndpointConfig < Struct.new( :dataflow_endpoint_name, :dataflow_endpoint_region) SENSITIVE = [] include Aws::Structure end |
#dataflow_endpoint_region ⇒ String
Region of a dataflow endpoint.
764 765 766 767 768 769 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 764 class DataflowEndpointConfig < Struct.new( :dataflow_endpoint_name, :dataflow_endpoint_region) SENSITIVE = [] include Aws::Structure end |