Class: Aws::Types::ReservedElasticsearchInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("m3.medium.elasticsearch", "m3.large.elasticsearch", "m3.xlarge.elasticsearch", "m3.2xlarge.elasticsearch", "m4.large.elasticsearch", "m4.xlarge.elasticsearch", "m4.2xlarge.elasticsearch", "m4.4xlarge.elasticsearch", "m4.10xlarge.elasticsearch", "m5.large.elasticsearch", "m5.xlarge.elasticsearch", "m5.2xlarge.elasticsearch", "m5.4xlarge.elasticsearch", "m5.12xlarge.elasticsearch", "r5.large.elasticsearch", "r5.xlarge.elasticsearch", "r5.2xlarge.elasticsearch", "r5.4xlarge.elasticsearch", "r5.12xlarge.elasticsearch", "c5.large.elasticsearch", "c5.xlarge.elasticsearch", "c5.2xlarge.elasticsearch", "c5.4xlarge.elasticsearch", "c5.9xlarge.elasticsearch", "c5.18xlarge.elasticsearch", "ultrawarm1.medium.elasticsearch", "ultrawarm1.large.elasticsearch", "t2.micro.elasticsearch", "t2.small.elasticsearch", "t2.medium.elasticsearch", "r3.large.elasticsearch", "r3.xlarge.elasticsearch", "r3.2xlarge.elasticsearch", "r3.4xlarge.elasticsearch", "r3.8xlarge.elasticsearch", "i2.xlarge.elasticsearch", "i2.2xlarge.elasticsearch", "d2.xlarge.elasticsearch", "d2.2xlarge.elasticsearch", "d2.4xlarge.elasticsearch", "d2.8xlarge.elasticsearch", "c4.large.elasticsearch", "c4.xlarge.elasticsearch", "c4.2xlarge.elasticsearch", "c4.4xlarge.elasticsearch", "c4.8xlarge.elasticsearch", "r4.large.elasticsearch", "r4.xlarge.elasticsearch", "r4.2xlarge.elasticsearch", "r4.4xlarge.elasticsearch", "r4.8xlarge.elasticsearch", "r4.16xlarge.elasticsearch", "i3.large.elasticsearch", "i3.xlarge.elasticsearch", "i3.2xlarge.elasticsearch", "i3.4xlarge.elasticsearch", "i3.8xlarge.elasticsearch", "i3.16xlarge.elasticsearch")


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.

Returns:

  • (::Float)


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.

Returns:

  • ("ALL_UPFRONT", "PARTIAL_UPFRONT", "NO_UPFRONT")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def start_time
  @start_time
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def state
  @state
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def usage_price
  @usage_price
end