Class: Aws::Types::Reservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


764
765
766
# File 'sig/types.rbs', line 764

def capacity
  @capacity
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


765
766
767
# File 'sig/types.rbs', line 765

def end_date
  @end_date
end

#offeringTypes::ReservationOffering

Returns the value of attribute offering.



766
767
768
# File 'sig/types.rbs', line 766

def offering
  @offering
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def reservation_arn
  @reservation_arn
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def reservation_id
  @reservation_id
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def start_date
  @start_date
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def status
  @status
end