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

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:

  • ParentArn

  • GranteePrincipalArn

Returns:



3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-licensemanager/types.rb', line 3440

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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-licensemanager/types.rb', line 3440

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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-licensemanager/types.rb', line 3440

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)


3440
3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-licensemanager/types.rb', line 3440

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