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.
18036 18037 18038 |
# File 'sig/types.rbs', line 18036 def reservation_value @reservation_value end |
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
18037 18038 18039 |
# File 'sig/types.rbs', line 18037 def target_configuration @target_configuration end |