Class: Aws::BedrockAgent::Types::DeleteVpcConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteVpcConfigurationResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current status of the VPC configuration.
-
#vpc_configuration_id ⇒ String
The unique identifier of the VPC configuration being deleted.
Instance Attribute Details
#status ⇒ String
The current status of the VPC configuration. Immediately after a
delete request this is DELETING.
3900 3901 3902 3903 3904 3905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3900 class DeleteVpcConfigurationResponse < Struct.new( :vpc_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration_id ⇒ String
The unique identifier of the VPC configuration being deleted.
3900 3901 3902 3903 3904 3905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3900 class DeleteVpcConfigurationResponse < Struct.new( :vpc_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |