Class: Aws::KinesisVideo::Types::UpdateImageGenerationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateImageGenerationConfigurationInput
- 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 KVS images delivery.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation configuration.
-
#stream_name ⇒ String
The name of the stream from which to update the image generation configuration.
Instance Attribute Details
#image_generation_configuration ⇒ Types::ImageGenerationConfiguration
The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2077 class UpdateImageGenerationConfigurationInput < Struct.new( :stream_name, :stream_arn, :image_generation_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation configuration. You must specify either the ‘StreamName` or the `StreamARN`.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2077 class UpdateImageGenerationConfigurationInput < Struct.new( :stream_name, :stream_arn, :image_generation_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream from which to update the image generation configuration. You must specify either the ‘StreamName` or the `StreamARN`.
2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2077 class UpdateImageGenerationConfigurationInput < Struct.new( :stream_name, :stream_arn, :image_generation_configuration) SENSITIVE = [] include Aws::Structure end |