Class: Aws::GroundStation::Types::CreateDataflowEndpointGroupV2Response

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataflow_endpoint_group_idString

Dataflow endpoint group ID

Returns:

  • (String)


977
978
979
980
981
# File 'lib/aws-sdk-groundstation/types.rb', line 977

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