Class: Aws::LicenseManager::Types::ListDistributedGrantsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Filters to scope the results. The following filters are supported:

  • LicenseArn

  • GrantStatus

  • GranteePrincipalARN

  • ProductSKU

  • LicenseIssuerName

Returns:



2377
2378
2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-licensemanager/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_arnsArray<String>

Amazon Resource Names (ARNs) of the grants.

Returns:

  • (Array<String>)


2377
2378
2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-licensemanager/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_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2377
2378
2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-licensemanager/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_tokenString

Token for the next set of results.

Returns:

  • (String)


2377
2378
2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2377

class ListDistributedGrantsRequest < Struct.new(
  :grant_arns,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end