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.
2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2582 class StartCompositionResponse < Struct.new( :composition) SENSITIVE = [] include Aws::Structure end |