Class: Aws::LicenseManager::Types::ListLicenseConfigurationsForOrganizationRequest

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.

Returns:



3122
3123
3124
3125
3126
3127
3128
3129
# File 'lib/aws-sdk-licensemanager/types.rb', line 3122

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

#license_configuration_arnsArray<String>

License configuration ARNs.

Returns:

  • (Array<String>)


3122
3123
3124
3125
3126
3127
3128
3129
# File 'lib/aws-sdk-licensemanager/types.rb', line 3122

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

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


3122
3123
3124
3125
3126
3127
3128
3129
# File 'lib/aws-sdk-licensemanager/types.rb', line 3122

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3122
3123
3124
3125
3126
3127
3128
3129
# File 'lib/aws-sdk-licensemanager/types.rb', line 3122

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