Method: Aws::RedshiftServerless::Types::Reservation#start_date
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
#start_date ⇒ Time
The start date for the serverless reservation. This is the date you created the reservation.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2682 class Reservation < Struct.new( :capacity, :end_date, :offering, :reservation_arn, :reservation_id, :start_date, :status) SENSITIVE = [] include Aws::Structure end |