Class: Aws::LicenseManager::Types::ListDistributedGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListDistributedGrantsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grants ⇒ Array<Types::Grant>
Distributed grant details.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#grants ⇒ Array<Types::Grant>
Distributed grant details.
2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2396 class ListDistributedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2396 2397 2398 2399 2400 2401 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2396 class ListDistributedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |