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.
1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1398 class DescribeOfferingResponse < Struct.new( :offering) SENSITIVE = [] include Aws::Structure end |