Class: Aws::Omics::Types::RunConfigurationsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_configTypes::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