Class: Aws::Omics::Types::RunConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunConfigurationsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Run-specific configuration settings with computed values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_config ⇒ Types::VpcConfigResponse
VPC configuration for workflow runs with computed VPC ID.
Instance Attribute Details
#vpc_config ⇒ Types::VpcConfigResponse
VPC configuration for workflow runs with computed VPC ID.
7252 7253 7254 7255 7256 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7252 class RunConfigurationsResponse < Struct.new( :vpc_config) SENSITIVE = [] include Aws::Structure end |