Class: Aws::MediaLive::Types::DescribeReservationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (Integer)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (Integer)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (Float)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

The Renewal settings for Reservations



3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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 (codec, resolution, bitrate, ...)



3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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 reservation state

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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>

Returns:

  • (Hash<String,String>)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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

Returns:

  • (Float)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3690

class DescribeReservationResponse < 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