Class: Aws::GroundStation::Types::GetDataflowEndpointGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetDataflowEndpointGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Input for the ‘GetDataflowEndpointGroup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataflow_endpoint_group_id ⇒ String
UUID of a dataflow endpoint group.
Instance Attribute Details
#dataflow_endpoint_group_id ⇒ String
UUID of a dataflow endpoint group.
2417 2418 2419 2420 2421 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2417 class GetDataflowEndpointGroupRequest < Struct.new( :dataflow_endpoint_group_id) SENSITIVE = [] include Aws::Structure end |