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.
3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3603 class PurchaseOfferingResponse < Struct.new( :reservation) SENSITIVE = [] include Aws::Structure end |