Class: Aws::BedrockRuntime::Types::VideoBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::VideoBlock
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A video block.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The block’s format.
-
#source ⇒ Types::VideoSource
The block’s source.
Instance Attribute Details
#format ⇒ String
The block’s format.
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 |
#source ⇒ Types::VideoSource
The block’s source.
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 |