Class: Aws::Types::ReservedElasticsearchInstance
- Inherits:
-
Object
- Object
- Aws::Types::ReservedElasticsearchInstance
- 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_count ⇒ ::Integer
Returns the value of attribute elasticsearch_instance_count.
-
#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.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reserved_elasticsearch_instance_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_id.
-
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def duration @duration end |
#elasticsearch_instance_count ⇒ ::Integer
Returns the value of attribute elasticsearch_instance_count.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def elasticsearch_instance_count @elasticsearch_instance_count end |
#elasticsearch_instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute elasticsearch_instance_type.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def elasticsearch_instance_type @elasticsearch_instance_type end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def fixed_price @fixed_price end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def payment_option @payment_option end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def recurring_charges @recurring_charges end |
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def reservation_name @reservation_name end |
#reserved_elasticsearch_instance_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_id.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def reserved_elasticsearch_instance_id @reserved_elasticsearch_instance_id end |
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def reserved_elasticsearch_instance_offering_id @reserved_elasticsearch_instance_offering_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def state @state end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def usage_price @usage_price end |