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