Class: Aws::GroundStation::Types::DataflowEndpointConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataflow_endpoint_nameString

Name of a dataflow endpoint.

Returns:

  • (String)


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_regionString

Region of a dataflow endpoint.

Returns:

  • (String)


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