Class: Aws::Bedrock::Types::PutAccountDataRetentionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The data retention mode set for the account.

Returns:

  • (String)


12517
12518
12519
12520
12521
12522
# File 'lib/aws-sdk-bedrock/types.rb', line 12517

class PutAccountDataRetentionResponse < Struct.new(
  :mode,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the data retention mode was last updated.

Returns:

  • (Time)


12517
12518
12519
12520
12521
12522
# File 'lib/aws-sdk-bedrock/types.rb', line 12517

class PutAccountDataRetentionResponse < Struct.new(
  :mode,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end