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.
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 |