Class: Aws::MediaLive::Types::Reservation

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

Overview

Reserved resources available to use

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Unique reservation ARN, e.g. ‘arn:aws:medialive:us-west-2:123456789012:reservation:1234567’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

Number of reserved resources

Returns:

  • (Integer)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. ‘USD’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

Lease duration, e.g. ‘12’

Returns:

  • (Integer)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#duration_unitsString

Units for duration, e.g. ‘MONTHS’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#endString

Reservation UTC end date and time in ISO-8601 format, e.g. ‘2019-03-01T00:00:00’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

One-time charge for each reserved resource, e.g. ‘0.0’ for a NO_UPFRONT offering

Returns:

  • (Float)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

User specified reservation name

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#offering_descriptionString

Offering description, e.g. ‘HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

Unique offering ID, e.g. ‘87654321’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

Offering type, e.g. ‘NO_UPFRONT’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

AWS region, e.g. ‘us-west-2’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#renewal_settingsTypes::RenewalSettings

Renewal settings for the reservation



10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_idString

Unique reservation ID, e.g. ‘1234567’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specificationTypes::ReservationResourceSpecification

Resource configuration details



10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#startString

Reservation UTC start date and time in ISO-8601 format, e.g. ‘2018-03-01T00:00:00’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Current state of reservation, e.g. ‘ACTIVE’

Returns:

  • (String)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs

Returns:

  • (Hash<String,String>)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end

#usage_priceFloat

Recurring usage charge for each reserved resource, e.g. ‘157.0’

Returns:

  • (Float)


10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10064

class Reservation < Struct.new(
  :arn,
  :count,
  :currency_code,
  :duration,
  :duration_units,
  :end,
  :fixed_price,
  :name,
  :offering_description,
  :offering_id,
  :offering_type,
  :region,
  :renewal_settings,
  :reservation_id,
  :resource_specification,
  :start,
  :state,
  :tags,
  :usage_price)
  SENSITIVE = []
  include Aws::Structure
end