Class: Aws::BedrockAgentCoreControl::Types::GetGatewayTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetGatewayTargetRequest
- 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 identifier of the gateway that contains the target.
-
#target_id ⇒ String
The unique identifier of the target to retrieve.
Instance Attribute Details
#gateway_identifier ⇒ String
The identifier of the gateway that contains the target.
7262 7263 7264 7265 7266 7267 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7262 class GetGatewayTargetRequest < Struct.new( :gateway_identifier, :target_id) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The unique identifier of the target to retrieve.
7262 7263 7264 7265 7266 7267 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7262 class GetGatewayTargetRequest < Struct.new( :gateway_identifier, :target_id) SENSITIVE = [] include Aws::Structure end |