Class: Aws::GroundStation::Types::DataflowEndpointListItem

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

Overview

Item in a list of DataflowEndpoint groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataflow_endpoint_group_arnString

ARN of a dataflow endpoint group.

Returns:

  • (String)


822
823
824
825
826
827
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 822

class DataflowEndpointListItem < Struct.new(
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_endpoint_group_idString

UUID of a dataflow endpoint group.

Returns:

  • (String)


822
823
824
825
826
827
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 822

class DataflowEndpointListItem < Struct.new(
  :dataflow_endpoint_group_arn,
  :dataflow_endpoint_group_id)
  SENSITIVE = []
  include Aws::Structure
end