Class: Aws::Omics::Types::VpcConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::VpcConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
VPC configuration for workflow runs with computed VPC ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
List of security group IDs.
-
#subnet_ids ⇒ Array<String>
List of subnet IDs.
-
#vpc_id ⇒ String
VPC ID computed from the provided subnet IDs.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
List of security group IDs.
9557 9558 9559 9560 9561 9562 9563 |
# File 'lib/aws-sdk-omics/types.rb', line 9557 class VpcConfigResponse < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
List of subnet IDs.
9557 9558 9559 9560 9561 9562 9563 |
# File 'lib/aws-sdk-omics/types.rb', line 9557 class VpcConfigResponse < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
VPC ID computed from the provided subnet IDs.
9557 9558 9559 9560 9561 9562 9563 |
# File 'lib/aws-sdk-omics/types.rb', line 9557 class VpcConfigResponse < Struct.new( :security_group_ids, :subnet_ids, :vpc_id) SENSITIVE = [] include Aws::Structure end |