VPCConfigResponse

public struct VPCConfigResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A boolean indicating if a public IP was assigned.

    Declaration

    Swift

    public let assignPublicIp: Bool?
  • A list of security group IDs associated with the simulation job.

    Declaration

    Swift

    public let securityGroups: [String]?
  • A list of subnet IDs associated with the simulation job.

    Declaration

    Swift

    public let subnets: [String]?
  • The VPC ID associated with your simulation job.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(assignPublicIp: Bool? = nil, securityGroups: [String]? = nil, subnets: [String]? = nil, vpcId: String? = nil)