Class: Aws::MediaLive::Types::UpdateReservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateReservation
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
UpdateReservation request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the reservation.
-
#renewal_settings ⇒ Types::RenewalSettings
Renewal settings for the reservation.
Instance Attribute Details
#name ⇒ String
Name of the reservation
13265 13266 13267 13268 13269 13270 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13265 class UpdateReservation < Struct.new( :name, :renewal_settings) SENSITIVE = [] include Aws::Structure end |
#renewal_settings ⇒ Types::RenewalSettings
Renewal settings for the reservation
13265 13266 13267 13268 13269 13270 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13265 class UpdateReservation < Struct.new( :name, :renewal_settings) SENSITIVE = [] include Aws::Structure end |