Class: Aws::DataExchange::Types::ListDataGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataGrantsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_grant_summaries ⇒ Array<Types::DataGrantSummaryEntry>
An object that contains a list of data grant information.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#data_grant_summaries ⇒ Array<Types::DataGrantSummaryEntry>
An object that contains a list of data grant information.
2715 2716 2717 2718 2719 2720 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2715 class ListDataGrantsResponse < Struct.new( :data_grant_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2715 2716 2717 2718 2719 2720 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2715 class ListDataGrantsResponse < Struct.new( :data_grant_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |