Class: Aws::MediaConnect::Types::PurchaseOfferingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::PurchaseOfferingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reservation ⇒ Types::Reservation
The details of the reservation that you just created when you purchased the offering.
Instance Attribute Details
#reservation ⇒ Types::Reservation
The details of the reservation that you just created when you purchased the offering.
5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5276 class PurchaseOfferingResponse < Struct.new( :reservation) SENSITIVE = [] include Aws::Structure end |