Class: Aws::Omics::Types::DeleteConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Configuration name to delete.
Instance Attribute Details
#name ⇒ String
Configuration name to delete.
2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-omics/types.rb', line 2328 class DeleteConfigurationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |