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.
2417 2418 2419 2420 2421 |
# File 'lib/aws-sdk-omics/types.rb', line 2417 class GetAnnotationStoreRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |