Class: Aws::KinesisVideo::Types::ImageGenerationDestinationConfig

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

Overview

The structure that contains the information required to deliver images to a customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_regionString

The Amazon Web Services Region of the S3 bucket where images will be delivered. This DestinationRegion must match the Region where the stream is located.

Returns:

  • (String)


901
902
903
904
905
906
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 901

class ImageGenerationDestinationConfig < Struct.new(
  :uri,
  :destination_region)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The Uniform Resource Identifier (URI) that identifies where the images will be delivered.

Returns:

  • (String)


901
902
903
904
905
906
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 901

class ImageGenerationDestinationConfig < Struct.new(
  :uri,
  :destination_region)
  SENSITIVE = []
  include Aws::Structure
end