Class: Aws::LicenseManager::Types::ListDistributedGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListDistributedGrantsResponse
- Defined in:
- gems/aws-sdk-licensemanager/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.
2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2415 class ListDistributedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2415 class ListDistributedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |