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:



2777
2778
2779
2780
2781
2782
# File 'lib/aws-sdk-licensemanager/types.rb', line 2777

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2777
2778
2779
2780
2781
2782
# File 'lib/aws-sdk-licensemanager/types.rb', line 2777

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