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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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.

Returns:

  • (String)


6142
6143
6144
6145
6146
6147
6148
6149
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6142

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

#portInteger

The port on which the metered product should run.

Returns:

  • (Integer)


6142
6143
6144
6145
6146
6147
6148
6149
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6142

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

#product_idString

The product ID.

Returns:

  • (String)


6142
6143
6144
6145
6146
6147
6148
6149
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6142

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

#vendorString

The vendor.

Returns:

  • (String)


6142
6143
6144
6145
6146
6147
6148
6149
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6142

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