Class: Aws::LicenseManager::Types::ListReceivedGrantsForOrganizationRequest

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:

  • ParentArn

  • GranteePrincipalArn

Returns:



2736
2737
2738
2739
2740
2741
2742
2743
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2736

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

#license_arnString

The Amazon Resource Name (ARN) of the received license.

Returns:

  • (String)


2736
2737
2738
2739
2740
2741
2742
2743
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2736

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

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2736
2737
2738
2739
2740
2741
2742
2743
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2736

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2736
2737
2738
2739
2740
2741
2742
2743
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2736

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