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

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 for the resource share to be deleted.

Returns:

  • (String)


1407
1408
1409
1410
1411
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1407

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