Class: Aws::Omics::Types::UpdateAnnotationStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreRequest
- 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.
6796 6797 6798 6799 6800 6801 |
# File 'lib/aws-sdk-omics/types.rb', line 6796 class UpdateAnnotationStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
6796 6797 6798 6799 6800 6801 |
# File 'lib/aws-sdk-omics/types.rb', line 6796 class UpdateAnnotationStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |