Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteGatewayTargetRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_identifier ⇒ String
The unique identifier of the gateway associated with the target.
-
#target_id ⇒ String
The unique identifier of the gateway target to delete.
Instance Attribute Details
#gateway_identifier ⇒ String
The unique identifier of the gateway associated with the target.
3272 3273 3274 3275 3276 3277 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3272 class DeleteGatewayTargetRequest < Struct.new( :gateway_identifier, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the gateway target to delete.
3272 3273 3274 3275 3276 3277 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3272 class DeleteGatewayTargetRequest < Struct.new( :gateway_identifier, :target_id) SENSITIVE = [] include Aws::Structure end |