Class: Aws::MediaLive::Types::PurchaseOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::PurchaseOfferingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #count ⇒ Integer
- #name ⇒ String
- #offering_id ⇒ String
-
#renewal_settings ⇒ Types::RenewalSettings
The Renewal settings for Reservations.
-
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
- #start ⇒ String
- #tags ⇒ Hash<String,String>
Instance Attribute Details
#count ⇒ Integer
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#renewal_settings ⇒ Types::RenewalSettings
The Renewal settings for Reservations
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#start ⇒ String
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 |
# File 'lib/aws-sdk-medialive/types.rb', line 10440 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |