Class: Aws::MediaConnect::Types::DescribeOfferingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeOfferingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DescribeOffering request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offering ⇒ Types::Offering
A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
Instance Attribute Details
#offering ⇒ Types::Offering
A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1408 class DescribeOfferingResponse < Struct.new( :offering) SENSITIVE = [] include Aws::Structure end |