Class: Aws::Types::ReservationPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commitment"ONE_YEAR"

Returns the value of attribute commitment.

Returns:

  • ("ONE_YEAR")


2202
2203
2204
# File 'sig/types.rbs', line 2202

def commitment
  @commitment
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def expires_at
  @expires_at
end

#purchased_at::Time

Returns the value of attribute purchased_at.

Returns:

  • (::Time)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def purchased_at
  @purchased_at
end

#renewal_type"AUTO_RENEW", "EXPIRE"

Returns the value of attribute renewal_type.

Returns:

  • ("AUTO_RENEW", "EXPIRE")


2205
2206
2207
# File 'sig/types.rbs', line 2205

def renewal_type
  @renewal_type
end

#reserved_slots::Integer

Returns the value of attribute reserved_slots.

Returns:

  • (::Integer)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def reserved_slots
  @reserved_slots
end

#status"ACTIVE", "EXPIRED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "EXPIRED")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def status
  @status
end