Class: Aws::IVSRealTime::Types::StopCompositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::StopCompositionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the Composition.
Instance Attribute Details
#arn ⇒ String
ARN of the Composition.
2522 2523 2524 2525 2526 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2522 class StopCompositionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |