Class: Aws::Omics::Types::GetAnnotationStoreRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The store's name.

Returns:

  • (String)


1768
1769
1770
1771
1772
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1768

class GetAnnotationStoreRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end