Method: Aws::CodeCatalyst::Types::CreateDevEnvironmentRequest#vpc_connection_name
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
#vpc_connection_name ⇒ String
The name of the connection that will be used to connect to Amazon VPC, if any.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 195 class CreateDevEnvironmentRequest < Struct.new( :space_name, :project_name, :repositories, :client_token, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :persistent_storage, :vpc_connection_name) SENSITIVE = [] include Aws::Structure end |