Class: Aws::BedrockAgentCoreControl::Types::Memory

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

Overview

Contains information about a memory resource.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The timestamp when the memory was created.

Returns:

  • (Time)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#encryption_key_arnString

The ARN of the KMS key used to encrypt the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#event_expiry_durationInteger

The number of days after which memory events will expire.

Returns:

  • (Integer)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#failure_reasonString

The reason for failure if the memory is in a failed state.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#idString

The unique identifier of the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#memory_execution_role_arnString

The ARN of the IAM role that provides permissions for the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the memory.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#strategiesArray<Types::MemoryStrategy>

The list of memory strategies associated with this memory.

Returns:



6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the memory was last updated.

Returns:

  • (Time)


6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6607

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies)
  SENSITIVE = [:description]
  include Aws::Structure
end