Class: Aws::MediaLive::Types::PurchaseOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::PurchaseOfferingRequest
- Defined in:
- gems/aws-sdk-medialive/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
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 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
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 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.
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#start ⇒ String
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10514 class PurchaseOfferingRequest < Struct.new( :count, :name, :offering_id, :renewal_settings, :request_id, :start, :tags) SENSITIVE = [] include Aws::Structure end |