Class: Aws::BedrockRuntime::Types::CachePointBlock

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

Overview

Defines a section of content to be cached for reuse in subsequent API calls.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ttlString

Optional TTL duration for cache entries. When specified, enables extended TTL caching with the specified duration. When omitted, uses type value for caching behavior.

Returns:

  • (String)


410
411
412
413
414
415
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 410

class CachePointBlock < Struct.new(
  :type,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the type of cache point within the CachePointBlock.

Returns:

  • (String)


410
411
412
413
414
415
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 410

class CachePointBlock < Struct.new(
  :type,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end