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)


3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3640

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)


3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3640

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