Class: Aws::MediaLive::Types::UpdateReservationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateReservationRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Note:
When making an API call, you may pass UpdateReservationRequest data as a hash:
{
name: "__string",
renewal_settings: {
automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
renewal_count: 1,
},
reservation_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
-
#renewal_settings ⇒ Types::RenewalSettings
The Renewal settings for Reservations.
-
#reservation_id ⇒ String
Instance Attribute Details
#name ⇒ String
19612 19613 19614 19615 19616 19617 19618 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19612 class UpdateReservationRequest < Struct.new( :name, :renewal_settings, :reservation_id) SENSITIVE = [] include Aws::Structure end |
#renewal_settings ⇒ Types::RenewalSettings
The Renewal settings for Reservations
19612 19613 19614 19615 19616 19617 19618 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19612 class UpdateReservationRequest < Struct.new( :name, :renewal_settings, :reservation_id) SENSITIVE = [] include Aws::Structure end |
#reservation_id ⇒ String
19612 19613 19614 19615 19616 19617 19618 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19612 class UpdateReservationRequest < Struct.new( :name, :renewal_settings, :reservation_id) SENSITIVE = [] include Aws::Structure end |