Class: Aws::Omics::Types::GetShareResponse

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

#shareTypes::ShareDetails

A resource share details object. The object includes the status, the resourceArn, and ownerId.

Returns:



3272
3273
3274
3275
3276
# File 'lib/aws-sdk-omics/types.rb', line 3272

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