Class: Aws::LicenseManager::Types::ListDistributedGrantsResponse

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>

Distributed grant details.

Returns:



2370
2371
2372
2373
2374
2375
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2370

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2370

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