Class: Aws::Bedrock::Types::GetAccountDataRetentionResponse

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 configured for the account.

Returns:

  • (String)


6052
6053
6054
6055
6056
6057
# File 'lib/aws-sdk-bedrock/types.rb', line 6052

class GetAccountDataRetentionResponse < 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)


6052
6053
6054
6055
6056
6057
# File 'lib/aws-sdk-bedrock/types.rb', line 6052

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