Class: Aws::Types::PurchaseReservedElasticsearchInstanceOfferingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def reserved_elasticsearch_instance_offering_id
  @reserved_elasticsearch_instance_offering_id
end