Class: Aws::Types::ReservedElasticsearchInstanceOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedElasticsearchInstanceOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#elasticsearch_instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute elasticsearch_instance_type.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def duration @duration end |
#elasticsearch_instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute elasticsearch_instance_type.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def elasticsearch_instance_type @elasticsearch_instance_type end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def fixed_price @fixed_price end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def payment_option @payment_option end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def recurring_charges @recurring_charges end |
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def reserved_elasticsearch_instance_offering_id @reserved_elasticsearch_instance_offering_id end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def usage_price @usage_price end |