Class: Aws::BedrockAgentCoreControl::Types::MemorySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::MemorySummary
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains summary information about a memory resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the memory.
-
#created_at ⇒ Time
The timestamp when the memory was created.
-
#id ⇒ String
The unique identifier of the memory.
-
#status ⇒ String
The current status of the memory.
-
#updated_at ⇒ Time
The timestamp when the memory was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the memory.
3491 3492 3493 3494 3495 3496 3497 3498 3499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the memory was created.
3491 3492 3493 3494 3495 3496 3497 3498 3499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the memory.
3491 3492 3493 3494 3495 3496 3497 3498 3499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the memory.
3491 3492 3493 3494 3495 3496 3497 3498 3499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the memory was last updated.
3491 3492 3493 3494 3495 3496 3497 3498 3499 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3491 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |