Class: Aws::LicenseManager::Types::ListReceivedGrantsForOrganizationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantsArray<Types::Grant>

Lists the grants the organization has received.

Returns:



2772
2773
2774
2775
2776
2777
# File 'lib/aws-sdk-licensemanager/types.rb', line 2772

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2772
2773
2774
2775
2776
2777
# File 'lib/aws-sdk-licensemanager/types.rb', line 2772

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