Class: Aws::LicenseManager::Types::ListReceivedGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListReceivedGrantsResponse
- 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>
Received grant details.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#grants ⇒ Array<Types::Grant>
Received grant details.
2831 2832 2833 2834 2835 2836 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2831 class ListReceivedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2831 2832 2833 2834 2835 2836 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2831 class ListReceivedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |