Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteGatewayRequest
- 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 to delete.
Instance Attribute Details
#gateway_identifier ⇒ String
The identifier of the gateway to delete.
3209 3210 3211 3212 3213 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3209 class DeleteGatewayRequest < Struct.new( :gateway_identifier) SENSITIVE = [] include Aws::Structure end |