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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 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.
4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4459 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at) SENSITIVE = [:name, :description] include Aws::Structure end |