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

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:

  • ProductSKU

  • LicenseIssuerName

  • LicenseArn

  • GrantStatus

  • GranterAccountId

Returns:



2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2790

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


2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2790

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)


2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2790

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)


2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2790

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