Class: Aws::Types::DescribeReservedElasticsearchInstanceOfferingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedElasticsearchInstanceOfferingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reserved_elasticsearch_instance_offerings ⇒ ::Array[Types::ReservedElasticsearchInstanceOffering]
Returns the value of attribute reserved_elasticsearch_instance_offerings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
519 520 521 |
# File 'sig/types.rbs', line 519 def next_token @next_token end |
#reserved_elasticsearch_instance_offerings ⇒ ::Array[Types::ReservedElasticsearchInstanceOffering]
Returns the value of attribute reserved_elasticsearch_instance_offerings.
520 521 522 |
# File 'sig/types.rbs', line 520 def reserved_elasticsearch_instance_offerings @reserved_elasticsearch_instance_offerings end |