Class: Aws::Omics::Types::AcceptShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AcceptShareResponse
- 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 resource share.
Instance Attribute Details
#status ⇒ String
The status of the resource share.
53 54 55 56 57 |
# File 'lib/aws-sdk-omics/types.rb', line 53 class AcceptShareResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |