Class: Aws::Types::CreateCapacityReservationCancellationQuoteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationCancellationQuoteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def capacity_reservation_id @capacity_reservation_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def tag_specifications @tag_specifications end |