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

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

#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.



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_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)


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_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)


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