Class: Aws::LicenseManager::Types::ListReceivedGrantsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:

  • ‘ProductSKU`

  • ‘LicenseIssuerName`

  • ‘LicenseArn`

  • ‘GrantStatus`

  • ‘GranterAccountId`

Returns:



2812
2813
2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-licensemanager/types.rb', line 2812

class ListReceivedGrantsRequest < 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>)


2812
2813
2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-licensemanager/types.rb', line 2812

class ListReceivedGrantsRequest < 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)


2812
2813
2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-licensemanager/types.rb', line 2812

class ListReceivedGrantsRequest < 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)


2812
2813
2814
2815
2816
2817
2818
2819
# File 'lib/aws-sdk-licensemanager/types.rb', line 2812

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