Class: Aws::Omics::Types::DeleteShareRequest

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

#share_idString

The ID for the resource share to be deleted.

Returns:

  • (String)


1410
1411
1412
1413
1414
# File 'lib/aws-sdk-omics/types.rb', line 1410

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