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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_arn ⇒ String

ARN of a dataflow endpoint group.

Returns:

  • (String)


1229
1230
1231
1232
1233
1234
# File 'lib/aws-sdk-groundstation/types.rb', line 1229

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

#dataflow_endpoint_group_id ⇒ String

UUID of a dataflow endpoint group.

Returns:

  • (String)


1229
1230
1231
1232
1233
1234
# File 'lib/aws-sdk-groundstation/types.rb', line 1229

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