Class: Aws::Omics::Types::GetAnnotationStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The store’s name.
Instance Attribute Details
#name ⇒ String
The store’s name.
1934 1935 1936 1937 1938 |
# File 'lib/aws-sdk-omics/types.rb', line 1934 class GetAnnotationStoreRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |