Class: Aws::Deadline::Types::MeteredProductSummary

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

Overview

The details of a metered product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#familyString

The family to which the metered product belongs.



6995
6996
6997
6998
6999
7000
7001
7002
# File 'lib/aws-sdk-deadline/types.rb', line 6995

class MeteredProductSummary < Struct.new(
  :product_id,
  :family,
  :vendor,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port on which the metered product should run.



6995
6996
6997
6998
6999
7000
7001
7002
# File 'lib/aws-sdk-deadline/types.rb', line 6995

class MeteredProductSummary < Struct.new(
  :product_id,
  :family,
  :vendor,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product ID.



6995
6996
6997
6998
6999
7000
7001
7002
# File 'lib/aws-sdk-deadline/types.rb', line 6995

class MeteredProductSummary < Struct.new(
  :product_id,
  :family,
  :vendor,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#vendorString

The vendor.



6995
6996
6997
6998
6999
7000
7001
7002
# File 'lib/aws-sdk-deadline/types.rb', line 6995

class MeteredProductSummary < Struct.new(
  :product_id,
  :family,
  :vendor,
  :port)
  SENSITIVE = []
  include Aws::Structure
end