Class: Aws::BedrockAgentCoreControl::Types::TargetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::TargetSummary
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains summary information about a gateway target. A target represents an endpoint that the gateway can connect to.
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the target was created.
-
#description ⇒ String
The description of the target.
-
#name ⇒ String
The name of the target.
-
#status ⇒ String
The current status of the target.
-
#target_id ⇒ String
The unique identifier of the target.
-
#updated_at ⇒ Time
The timestamp when the target was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the target was created.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the target.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the target.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The current status of the target.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the target.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the target was last updated.
5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5289 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |