Class: Aws::LicenseManager::Types::ListReceivedLicensesForOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListReceivedLicensesForOrganizationResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#licenses ⇒ Array<Types::GrantedLicense>
Lists the licenses the organization has received.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#licenses ⇒ Array<Types::GrantedLicense>
Lists the licenses the organization has received.
2852 2853 2854 2855 2856 2857 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2852 class ListReceivedLicensesForOrganizationResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2852 2853 2854 2855 2856 2857 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2852 class ListReceivedLicensesForOrganizationResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |