Class: Aws::KinesisVideo::Types::UpdateImageGenerationConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_generation_configurationTypes::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_arnString

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.

Returns:

  • (String)


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_nameString

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

Returns:

  • (String)


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