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.
11912 11913 11914 11915 11916 11917 11918 11919 11920 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11912 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.
11912 11913 11914 11915 11916 11917 11918 11919 11920 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11912 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the memory.
11912 11913 11914 11915 11916 11917 11918 11919 11920 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11912 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the memory.
11912 11913 11914 11915 11916 11917 11918 11919 11920 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11912 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.
11912 11913 11914 11915 11916 11917 11918 11919 11920 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11912 class MemorySummary < Struct.new( :arn, :id, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |