Class: Aws::IVSRealTime::Types::DeleteIngestConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the IngestConfiguration.

Returns:

  • (String)


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

#forceBoolean

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`.

Returns:

  • (Boolean)


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