Class: Aws::LicenseManager::Types::ListReceivedGrantsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListReceivedGrantsResponse
- Includes:
- Structure
- Defined in:
- 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.
2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2809 class ListReceivedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2809 2810 2811 2812 2813 2814 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2809 class ListReceivedGrantsResponse < Struct.new( :grants, :next_token) SENSITIVE = [] include Aws::Structure end |