Class: Aws::LicenseManager::Types::ListDistributedGrantsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListDistributedGrantsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Filters to scope the results.
-
#grant_arns ⇒ Array<String>
Amazon Resource Names (ARNs) of the grants.
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Filters to scope the results. The following filters are supported:
-
‘LicenseArn`
-
‘GrantStatus`
-
‘GranteePrincipalARN`
-
‘ProductSKU`
-
‘LicenseIssuerName`
2377 2378 2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2377 class ListDistributedGrantsRequest < Struct.new( :grant_arns, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#grant_arns ⇒ Array<String>
Amazon Resource Names (ARNs) of the grants.
2377 2378 2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2377 class ListDistributedGrantsRequest < Struct.new( :grant_arns, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2377 2378 2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2377 class ListDistributedGrantsRequest < Struct.new( :grant_arns, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2377 2378 2379 2380 2381 2382 2383 2384 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2377 class ListDistributedGrantsRequest < Struct.new( :grant_arns, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |