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)


2973
2974
2975
2976
2977
2978
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2973

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

#sourceTypes::VideoSource

The block’s source.

Returns:



2973
2974
2975
2976
2977
2978
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2973

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