Class: Aws::RoboMaker::Types::VPCConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::VPCConfigResponse
- 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
-
#assign_public_ip ⇒ Boolean
A boolean indicating if a public IP was assigned.
-
#security_groups ⇒ Array<String>
A list of security group IDs associated with the simulation job.
-
#subnets ⇒ Array<String>
A list of subnet IDs associated with the simulation job.
-
#vpc_id ⇒ String
The VPC ID associated with your simulation job.
Instance Attribute Details
#assign_public_ip ⇒ Boolean
A boolean indicating if a public IP was assigned.
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_groups ⇒ Array<String>
A list of security group IDs associated with the simulation job.
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 |
#subnets ⇒ Array<String>
A list of subnet IDs associated with the simulation job.
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_id ⇒ String
The VPC ID associated with your simulation job.
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 |