Class: Aws::KinesisVideo::Types::DescribeImageGenerationConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.



487
488
489
490
491
492
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 487

class DescribeImageGenerationConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream from which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.



487
488
489
490
491
492
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 487

class DescribeImageGenerationConfigurationInput < Struct.new(
  :stream_name,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end