Class: Aws::Omics::Types::DeleteShareResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the share being deleted.

Returns:

  • (String)


2051
2052
2053
2054
2055
# File 'lib/aws-sdk-omics/types.rb', line 2051

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