Class: Aws::Types::CapacityReservationCancellationQuote

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_terms::Array[Types::CancellationTerms]

Returns the value of attribute cancellation_terms.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def cancellation_terms
  @cancellation_terms
end

#capacity_reservation_cancellation_quote_id::String

Returns the value of attribute capacity_reservation_cancellation_quote_id.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def capacity_reservation_cancellation_quote_id
  @capacity_reservation_cancellation_quote_id
end

#capacity_reservation_id::String

Returns the value of attribute capacity_reservation_id.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def capacity_reservation_id
  @capacity_reservation_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def create_time
  @create_time
end

#current_configurationTypes::CapacityReservationConfiguration

Returns the value of attribute current_configuration.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def current_configuration
  @current_configuration
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def expiration_time
  @expiration_time
end

#quote_state"pending", ...

Returns the value of attribute quote_state.

Returns:

  • ("pending", "active", "expired")


1581
1582
1583
# File 'sig/types.rbs', line 1581

def quote_state
  @quote_state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1584
1585
1586
# File 'sig/types.rbs', line 1584

def tags
  @tags
end