Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayTargetResponse

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_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


4786
4787
4788
4789
4790
4791
4792
4793
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4786

class DeleteGatewayTargetResponse < Struct.new(
  :gateway_arn,
  :target_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the gateway target deletion.

Returns:

  • (String)


4786
4787
4788
4789
4790
4791
4792
4793
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4786

class DeleteGatewayTargetResponse < Struct.new(
  :gateway_arn,
  :target_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonsArray<String>

The reasons for the current status of the gateway target deletion.

Returns:

  • (Array<String>)


4786
4787
4788
4789
4790
4791
4792
4793
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4786

class DeleteGatewayTargetResponse < Struct.new(
  :gateway_arn,
  :target_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

The unique identifier of the deleted gateway target.

Returns:

  • (String)


4786
4787
4788
4789
4790
4791
4792
4793
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4786

class DeleteGatewayTargetResponse < Struct.new(
  :gateway_arn,
  :target_id,
  :status,
  :status_reasons)
  SENSITIVE = []
  include Aws::Structure
end