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.
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 7085 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.
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 7085 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.
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 7085 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.
7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 7085 class VPCConfigResponse < Struct.new( :subnets, :security_groups, :vpc_id, :assign_public_ip) SENSITIVE = [] include Aws::Structure end |