Class: Aws::IVSRealTime::Types::GetIngestConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::GetIngestConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the ingest for which the information is to be retrieved.
Instance Attribute Details
#arn ⇒ String
ARN of the ingest for which the information is to be retrieved.
918 919 920 921 922 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 918 class GetIngestConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |