Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayResponse

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_idString

The unique identifier of the deleted gateway.

Returns:

  • (String)


4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4709

class DeleteGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the gateway deletion.

Returns:

  • (String)


4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4709

class DeleteGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonsArray<String>

The reasons for the current status of the gateway deletion.

Returns:

  • (Array<String>)


4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4709

class DeleteGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end