Class: Aws::KinesisVideo::Types::ImageGenerationDestinationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ImageGenerationDestinationConfig
- 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
-
#destination_region ⇒ String
The Amazon Web Services Region of the S3 bucket where images will be delivered.
-
#uri ⇒ String
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
Instance Attribute Details
#destination_region ⇒ String
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.
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 |
#uri ⇒ String
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
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 |