Class: Aws::Types::TargetReservationValue
- Inherits:
-
Object
- Object
- Aws::Types::TargetReservationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reservation_value ⇒ Types::ReservationValue
Returns the value of attribute reservation_value.
-
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
Instance Attribute Details
#reservation_value ⇒ Types::ReservationValue
Returns the value of attribute reservation_value.
17725 17726 17727 |
# File 'sig/types.rbs', line 17725 def reservation_value @reservation_value end |
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
17726 17727 17728 |
# File 'sig/types.rbs', line 17726 def target_configuration @target_configuration end |