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:



2931
2932
2933
2934
2935
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2931

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