Class: Aws::Omics::Types::DeleteShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteShareResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the share being deleted.
Instance Attribute Details
#status ⇒ String
The status of the share being deleted.
1585 1586 1587 1588 1589 |
# File 'lib/aws-sdk-omics/types.rb', line 1585 class DeleteShareResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |