Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_identifierString

The identifier of the gateway to delete.

Returns:

  • (String)


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