Class: Aws::GroundStation::Types::ListDataflowEndpointGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListDataflowEndpointGroupsResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataflow_endpoint_group_list ⇒ Array<Types::DataflowEndpointListItem>
A list of dataflow endpoint groups.
-
#next_token ⇒ String
Next token returned in the response of a previous
ListDataflowEndpointGroups
call.
Instance Attribute Details
#dataflow_endpoint_group_list ⇒ Array<Types::DataflowEndpointListItem>
A list of dataflow endpoint groups.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1964 class ListDataflowEndpointGroupsResponse < Struct.new( :dataflow_endpoint_group_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous
ListDataflowEndpointGroups
call. Used to get the next page of
results.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1964 class ListDataflowEndpointGroupsResponse < Struct.new( :dataflow_endpoint_group_list, :next_token) SENSITIVE = [] include Aws::Structure end |