Class: Aws::Deadline::Types::PutMeteredProductRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID to add to the metered product.

Returns:

  • (String)


6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6338

class PutMeteredProductRequest < Struct.new(
  :license_endpoint_id,
  :product_id)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product ID to add to the metered product.

Returns:

  • (String)


6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6338

class PutMeteredProductRequest < Struct.new(
  :license_endpoint_id,
  :product_id)
  SENSITIVE = []
  include Aws::Structure
end