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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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:



2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2755

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2755

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