Class: Aws::Snowball::Types::CreateLongTermPricingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CreateLongTermPricingResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#long_term_pricing_id ⇒ String
The ID of the long-term pricing type for the device.
Instance Attribute Details
#long_term_pricing_id ⇒ String
The ID of the long-term pricing type for the device.
803 804 805 806 807 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 803 class CreateLongTermPricingResult < Struct.new( :long_term_pricing_id) SENSITIVE = [] include Aws::Structure end |