Class: Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_associations ⇒ Array<Types::LicenseConfigurationAssociation>
Information about the associations for the license configuration.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_configuration_associations ⇒ Array<Types::LicenseConfigurationAssociation>
Information about the associations for the license configuration.
2765 2766 2767 2768 2769 2770 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2765 class ListAssociationsForLicenseConfigurationResponse < Struct.new( :license_configuration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2765 2766 2767 2768 2769 2770 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2765 class ListAssociationsForLicenseConfigurationResponse < Struct.new( :license_configuration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |