Class: Aws::MediaLive::Types::RenewalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RenewalSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The Renewal settings for Reservations
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automatic_renewal ⇒ String
Automatic renewal status for the reservation.
-
#renewal_count ⇒ Integer
Count for the reservation renewal.
Instance Attribute Details
#automatic_renewal ⇒ String
Automatic renewal status for the reservation
10590 10591 10592 10593 10594 10595 |
# File 'lib/aws-sdk-medialive/types.rb', line 10590 class RenewalSettings < Struct.new( :automatic_renewal, :renewal_count) SENSITIVE = [] include Aws::Structure end |
#renewal_count ⇒ Integer
Count for the reservation renewal
10590 10591 10592 10593 10594 10595 |
# File 'lib/aws-sdk-medialive/types.rb', line 10590 class RenewalSettings < Struct.new( :automatic_renewal, :renewal_count) SENSITIVE = [] include Aws::Structure end |