Class: Aws::Omics::Types::GetShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetShareResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share ⇒ Types::ShareDetails
A resource share details object.
Instance Attribute Details
#share ⇒ Types::ShareDetails
A resource share details object. The object includes the status, the resourceArn, and ownerId.
3272 3273 3274 3275 3276 |
# File 'lib/aws-sdk-omics/types.rb', line 3272 class GetShareResponse < Struct.new( :share) SENSITIVE = [] include Aws::Structure end |