Class: Aws::Types::CreateLongTermPricingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_long_term_pricing_auto_renewBoolean

Returns the value of attribute is_long_term_pricing_auto_renew.

Returns:

  • (Boolean)


157
158
159
# File 'sig/types.rbs', line 157

def is_long_term_pricing_auto_renew
  @is_long_term_pricing_auto_renew
end

#long_term_pricing_type"OneYear", ...

Returns the value of attribute long_term_pricing_type.

Returns:

  • ("OneYear", "ThreeYear", "OneMonth")


156
157
158
# File 'sig/types.rbs', line 156

def long_term_pricing_type
  @long_term_pricing_type
end

#snowball_type"STANDARD", ...

Returns the value of attribute snowball_type.

Returns:

  • ("STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C")


158
159
160
# File 'sig/types.rbs', line 158

def snowball_type
  @snowball_type
end