Class: Aws::BedrockAgentCoreControl::Types::DeleteGatewayTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteGatewayTargetResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#status ⇒ String
The current status of the gateway target deletion.
-
#status_reasons ⇒ Array<String>
The reasons for the current status of the gateway target deletion.
-
#target_id ⇒ String
The unique identifier of the deleted gateway target.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
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 ⇒ String
The current status of the gateway target deletion.
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_reasons ⇒ Array<String>
The reasons for the current status of the gateway target deletion.
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_id ⇒ String
The unique identifier of the deleted gateway target.
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 |