Class: Aws::Types::HostReservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


11229
11230
11231
# File 'sig/types.rbs', line 11229

def count
  @count
end

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


11230
11231
11232
# File 'sig/types.rbs', line 11230

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


11231
11232
11233
# File 'sig/types.rbs', line 11231

def duration
  @duration
end

#end::Time

Returns the value of attribute end.

Returns:

  • (::Time)


11232
11233
11234
# File 'sig/types.rbs', line 11232

def end
  @end
end

#host_id_set::Array[::String]

Returns the value of attribute host_id_set.

Returns:

  • (::Array[::String])


11233
11234
11235
# File 'sig/types.rbs', line 11233

def host_id_set
  @host_id_set
end

#host_reservation_id::String

Returns the value of attribute host_reservation_id.

Returns:

  • (::String)


11234
11235
11236
# File 'sig/types.rbs', line 11234

def host_reservation_id
  @host_reservation_id
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


11235
11236
11237
# File 'sig/types.rbs', line 11235

def hourly_price
  @hourly_price
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


11236
11237
11238
# File 'sig/types.rbs', line 11236

def instance_family
  @instance_family
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


11237
11238
11239
# File 'sig/types.rbs', line 11237

def offering_id
  @offering_id
end

#payment_option"AllUpfront", ...

Returns the value of attribute payment_option.

Returns:

  • ("AllUpfront", "PartialUpfront", "NoUpfront")


11238
11239
11240
# File 'sig/types.rbs', line 11238

def payment_option
  @payment_option
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


11239
11240
11241
# File 'sig/types.rbs', line 11239

def start
  @start
end

#state"active", ...

Returns the value of attribute state.

Returns:

  • ("active", "expired", "cancelled", "scheduled", "pending", "failed", "delayed", "unsupported", "payment-pending", "payment-failed", "retired")


11240
11241
11242
# File 'sig/types.rbs', line 11240

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11242
11243
11244
# File 'sig/types.rbs', line 11242

def tags
  @tags
end

#upfront_price::String

Returns the value of attribute upfront_price.

Returns:

  • (::String)


11241
11242
11243
# File 'sig/types.rbs', line 11241

def upfront_price
  @upfront_price
end