You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::VPCConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

VPC configuration associated with your simulation job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#assign_public_ipBoolean

A boolean indicating if a public IP was assigned.

Returns:

  • (Boolean)

    A boolean indicating if a public IP was assigned.

#security_groupsArray<String>

A list of security group IDs associated with the simulation job.

Returns:

  • (Array<String>)

    A list of security group IDs associated with the simulation job.

#subnetsArray<String>

A list of subnet IDs associated with the simulation job.

Returns:

  • (Array<String>)

    A list of subnet IDs associated with the simulation job.

#vpc_idString

The VPC ID associated with your simulation job.

Returns:

  • (String)

    The VPC ID associated with your simulation job.