Class: Aws::Omics::Types::GetShareRequest

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

#share_idString

The ID of the share.

Returns:

  • (String)


2918
2919
2920
2921
2922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2918

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