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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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)


4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4207

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

#sourceTypes::VideoSource

The block's source.

Returns:



4207
4208
4209
4210
4211
4212
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4207

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