Class: Aws::MediaLive::Types::RenewalSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

The Renewal settings for Reservations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_renewalString

Automatic renewal status for the reservation

Returns:

  • (String)


10353
10354
10355
10356
10357
10358
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10353

class RenewalSettings < Struct.new(
  :automatic_renewal,
  :renewal_count)
  SENSITIVE = []
  include Aws::Structure
end

#renewal_countInteger

Count for the reservation renewal

Returns:

  • (Integer)


10353
10354
10355
10356
10357
10358
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10353

class RenewalSettings < Struct.new(
  :automatic_renewal,
  :renewal_count)
  SENSITIVE = []
  include Aws::Structure
end