Class: Aws::MediaConnect::Types::ResourceSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ResourceSpecification
- Includes:
- Structure
- Defined in:
- 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
-
#reserved_bitrate ⇒ Integer
The amount of outbound bandwidth that is discounted in the offering.
-
#resource_type ⇒ String
The type of resource and the unit that is being billed for.
Instance Attribute Details
#reserved_bitrate ⇒ Integer
The amount of outbound bandwidth that is discounted in the offering.
3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3640 class ResourceSpecification < Struct.new( :reserved_bitrate, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource and the unit that is being billed for.
3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3640 class ResourceSpecification < Struct.new( :reserved_bitrate, :resource_type) SENSITIVE = [] include Aws::Structure end |