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")


2223
2224
2225
# File 'sig/types.rbs', line 2223

def commitment
  @commitment
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def expires_at
  @expires_at
end

#purchased_at::Time

Returns the value of attribute purchased_at.

Returns:

  • (::Time)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def purchased_at
  @purchased_at
end

#renewal_type"AUTO_RENEW", "EXPIRE"

Returns the value of attribute renewal_type.

Returns:

  • ("AUTO_RENEW", "EXPIRE")


2226
2227
2228
# File 'sig/types.rbs', line 2226

def renewal_type
  @renewal_type
end

#reserved_slots::Integer

Returns the value of attribute reserved_slots.

Returns:

  • (::Integer)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def reserved_slots
  @reserved_slots
end

#status"ACTIVE", "EXPIRED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "EXPIRED")


2228
2229
2230
# File 'sig/types.rbs', line 2228

def status
  @status
end