Class: Aws::Types::CapacityReservationCancellationQuote
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationCancellationQuote
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellation_terms ⇒ ::Array[Types::CancellationTerms]
Returns the value of attribute cancellation_terms.
-
#capacity_reservation_cancellation_quote_id ⇒ ::String
Returns the value of attribute capacity_reservation_cancellation_quote_id.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#current_configuration ⇒ Types::CapacityReservationConfiguration
Returns the value of attribute current_configuration.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#quote_state ⇒ "pending", ...
Returns the value of attribute quote_state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cancellation_terms ⇒ ::Array[Types::CancellationTerms]
Returns the value of attribute cancellation_terms.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def cancellation_terms @cancellation_terms end |
#capacity_reservation_cancellation_quote_id ⇒ ::String
Returns the value of attribute capacity_reservation_cancellation_quote_id.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def capacity_reservation_cancellation_quote_id @capacity_reservation_cancellation_quote_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def capacity_reservation_id @capacity_reservation_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def create_time @create_time end |
#current_configuration ⇒ Types::CapacityReservationConfiguration
Returns the value of attribute current_configuration.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def current_configuration @current_configuration end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def expiration_time @expiration_time end |
#quote_state ⇒ "pending", ...
Returns the value of attribute quote_state.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def quote_state @quote_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def @tags end |