Class: Aws::DataExchange::Types::ListDataGrantsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_grant_summariesArray<Types::DataGrantSummaryEntry>

An object that contains a list of data grant information.

Returns:



2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2773

class ListDataGrantsResponse < Struct.new(
  :data_grant_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2773

class ListDataGrantsResponse < Struct.new(
  :data_grant_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end