Class: Aws::Omics::Types::UpdateVariantStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateVariantStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the store.
-
#name ⇒ String
A name for the store.
Instance Attribute Details
#description ⇒ String
A description for the store.
7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-omics/types.rb', line 7120 class UpdateVariantStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
7120 7121 7122 7123 7124 7125 |
# File 'lib/aws-sdk-omics/types.rb', line 7120 class UpdateVariantStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |