Class: Aws::Snowball::Types::CreateLongTermPricingResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#long_term_pricing_idString

The ID of the long-term pricing type for the device.

Returns:

  • (String)


822
823
824
825
826
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 822

class CreateLongTermPricingResult < Struct.new(
  :long_term_pricing_id)
  SENSITIVE = []
  include Aws::Structure
end