Class: Aws::MediaLive::Types::PurchaseOffering

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

Overview

PurchaseOffering request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of resources

Returns:

  • (Integer)


10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for the new reservation

Returns:

  • (String)


10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#renewal_settingsTypes::RenewalSettings

Renewal settings for the reservation



10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#startString

Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.

Returns:

  • (String)


10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs

Returns:

  • (Hash<String,String>)


10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10166

class PurchaseOffering < Struct.new(
  :count,
  :name,
  :renewal_settings,
  :request_id,
  :start,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end