Class: Aws::BedrockAgent::Types::CreateVpcConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateVpcConfigurationResponse
- 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 that was created.
Instance Attribute Details
#status ⇒ String
The current status of the VPC configuration. Immediately after
creation this is CREATING.
3001 3002 3003 3004 3005 3006 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3001 class CreateVpcConfigurationResponse < Struct.new( :vpc_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration_id ⇒ String
The unique identifier of the VPC configuration that was created.
3001 3002 3003 3004 3005 3006 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3001 class CreateVpcConfigurationResponse < Struct.new( :vpc_configuration_id, :status) SENSITIVE = [] include Aws::Structure end |