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.
-
#resource_priority ⇒ Integer
Priority for resolving resource URI conflicts across targets.
-
#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.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the target.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the target.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#resource_priority ⇒ Integer
Priority for resolving resource URI conflicts across targets. Lower values take precedence. Defaults to 1000 when not set.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The current status of the target.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the target.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the target was last updated.
15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15303 class TargetSummary < Struct.new( :target_id, :name, :status, :description, :created_at, :updated_at, :resource_priority) SENSITIVE = [:name, :description] include Aws::Structure end |