Class: Aws::KinesisVideo::Types::DescribeImageGenerationConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeImageGenerationConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_generation_configuration ⇒ Types::ImageGenerationConfiguration
The structure that contains the information required for the Kinesis video stream (KVS) images delivery.
Instance Attribute Details
#image_generation_configuration ⇒ Types::ImageGenerationConfiguration
The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
490 491 492 493 494 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 490 class DescribeImageGenerationConfigurationOutput < Struct.new( :image_generation_configuration) SENSITIVE = [] include Aws::Structure end |