Class: Aws::IVSRealTime::Types::GetIngestConfigurationRequest

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 ingest for which the information is to be retrieved.

Returns:

  • (String)


952
953
954
955
956
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 952

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