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:



2729
2730
2731
2732
2733
2734
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2729

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2729
2730
2731
2732
2733
2734
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2729

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