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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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:



2949
2950
2951
2952
2953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2949

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