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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

VPC configuration associated with your simulation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assign_public_ipBoolean

A boolean indicating if a public IP was assigned.

Returns:

  • (Boolean)


5743
5744
5745
5746
5747
5748
5749
5750
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5743

class VPCConfigResponse < Struct.new(
  :subnets,
  :security_groups,
  :vpc_id,
  :assign_public_ip)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

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

Returns:

  • (Array<String>)


5743
5744
5745
5746
5747
5748
5749
5750
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5743

class VPCConfigResponse < Struct.new(
  :subnets,
  :security_groups,
  :vpc_id,
  :assign_public_ip)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

A list of subnet IDs associated with the simulation job.

Returns:

  • (Array<String>)


5743
5744
5745
5746
5747
5748
5749
5750
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5743

class VPCConfigResponse < Struct.new(
  :subnets,
  :security_groups,
  :vpc_id,
  :assign_public_ip)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID associated with your simulation job.

Returns:

  • (String)


5743
5744
5745
5746
5747
5748
5749
5750
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5743

class VPCConfigResponse < Struct.new(
  :subnets,
  :security_groups,
  :vpc_id,
  :assign_public_ip)
  SENSITIVE = []
  include Aws::Structure
end