Class: Aws::Types::PurchaseReservedElasticsearchInstanceOfferingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedElasticsearchInstanceOfferingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def instance_count @instance_count end |
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def reservation_name @reservation_name end |
#reserved_elasticsearch_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_elasticsearch_instance_offering_id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def reserved_elasticsearch_instance_offering_id @reserved_elasticsearch_instance_offering_id end |