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)


12535
12536
12537
12538
12539
12540
# File 'lib/aws-sdk-bedrock/types.rb', line 12535

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)


12535
12536
12537
12538
12539
12540
# File 'lib/aws-sdk-bedrock/types.rb', line 12535

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