Class: Aws::BedrockRuntime::Types::VideoBlock

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

A video block.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The block’s format.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2819

class VideoBlock < Struct.new(
  :format,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::VideoSource

The block’s source.

Returns:



2819
2820
2821
2822
2823
2824
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2819

class VideoBlock < Struct.new(
  :format,
  :source)
  SENSITIVE = []
  include Aws::Structure
end