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.
2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-omics/types.rb', line 2321 class DeleteConfigurationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |