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.
6592 6593 6594 6595 6596 6597 |
# File 'lib/aws-sdk-omics/types.rb', line 6592 class UpdateAnnotationStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
6592 6593 6594 6595 6596 6597 |
# File 'lib/aws-sdk-omics/types.rb', line 6592 class UpdateAnnotationStoreRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |