Class: Aws::IVSRealTime::Types::StartCompositionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::StartCompositionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#composition ⇒ Types::Composition
The Composition that was created.
Instance Attribute Details
#composition ⇒ Types::Composition
The Composition that was created.
2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2510 class StartCompositionResponse < Struct.new( :composition) SENSITIVE = [] include Aws::Structure end |