Class: Aws::LicenseManager::Types::ListAssetsForLicenseAssetGroupRequest

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

#asset_typeString

Asset type. The possible values are Instance | License | LicenseConfiguration.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-licensemanager/types.rb', line 2854

class ListAssetsForLicenseAssetGroupRequest < Struct.new(
  :license_asset_group_arn,
  :asset_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#license_asset_group_arnString

Amazon Resource Name (ARN) of the license asset group.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-licensemanager/types.rb', line 2854

class ListAssetsForLicenseAssetGroupRequest < Struct.new(
  :license_asset_group_arn,
  :asset_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2854
2855
2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-licensemanager/types.rb', line 2854

class ListAssetsForLicenseAssetGroupRequest < Struct.new(
  :license_asset_group_arn,
  :asset_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-licensemanager/types.rb', line 2854

class ListAssetsForLicenseAssetGroupRequest < Struct.new(
  :license_asset_group_arn,
  :asset_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end