Class: Aws::DataExchange::Types::ListReceivedDataGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListReceivedDataGrantsResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_grant_summaries ⇒ Array<Types::ReceivedDataGrantSummariesEntry>
An object that contains a list of received 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::ReceivedDataGrantSummariesEntry>
An object that contains a list of received data grant information.
2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2941 class ListReceivedDataGrantsResponse < 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.
2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2941 class ListReceivedDataGrantsResponse < Struct.new( :data_grant_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |