Class: Aws::MediaConnect::Types::ResourceSpecification

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

Overview

A definition of what is being billed for, including the type and amount.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_bitrateInteger

The amount of outbound bandwidth that is discounted in the offering.

Returns:

  • (Integer)


3578
3579
3580
3581
3582
3583
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3578

class ResourceSpecification < Struct.new(
  :reserved_bitrate,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource and the unit that is being billed for.

Returns:

  • (String)


3578
3579
3580
3581
3582
3583
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3578

class ResourceSpecification < Struct.new(
  :reserved_bitrate,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end