Class: Aws::IVSRealTime::Types::UpdateIngestConfigurationRequest

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, for which the related stage ARN needs to be updated.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2682

class UpdateIngestConfigurationRequest < Struct.new(
  :arn,
  :stage_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

Stage ARN that needs to be updated.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2682

class UpdateIngestConfigurationRequest < Struct.new(
  :arn,
  :stage_arn)
  SENSITIVE = []
  include Aws::Structure
end