Class: Aws::KinesisVideo::Types::UpdateImageGenerationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateImageGenerationConfigurationInput
- Defined in:
- gems/aws-sdk-kinesisvideo/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.
1986 1987 1988 1989 1990 1991 1992 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1986 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
.
1986 1987 1988 1989 1990 1991 1992 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1986 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
.
1986 1987 1988 1989 1990 1991 1992 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1986 class UpdateImageGenerationConfigurationInput < Struct.new( :stream_name, :stream_arn, :image_generation_configuration) SENSITIVE = [] include Aws::Structure end |