Class: Aws::Omics::Types::DeleteAnnotationStoreResponse

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

#statusString

The store's status.

Returns:

  • (String)


1281
1282
1283
1284
1285
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1281

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