Class: Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass ListLicenseSpecificationsForResourceRequest data as a hash:
{
resource_arn: "String", # required
max_results: 1,
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of a resource that has an associated license configuration.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2605 2606 2607 2608 2609 2610 2611 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2605 class ListLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2605 2606 2607 2608 2609 2610 2611 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2605 class ListLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of a resource that has an associated license configuration.
2605 2606 2607 2608 2609 2610 2611 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2605 class ListLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |