Class: Aws::IVSRealTime::Types::DeleteIngestConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::DeleteIngestConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the IngestConfiguration.
-
#force ⇒ Boolean
Optional field to force deletion of the IngestConfiguration.
Instance Attribute Details
#arn ⇒ String
ARN of the IngestConfiguration.
500 501 502 503 504 505 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 500 class DeleteIngestConfigurationRequest < Struct.new( :arn, :force) SENSITIVE = [] include Aws::Structure end |
#force ⇒ Boolean
Optional field to force deletion of the IngestConfiguration. If this is set to ‘true` when a participant is actively publishing, the participant is disconnected from the stage, followed by deletion of the IngestConfiguration. Default: `false`.
500 501 502 503 504 505 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 500 class DeleteIngestConfigurationRequest < Struct.new( :arn, :force) SENSITIVE = [] include Aws::Structure end |