Class: Aws::Omics::Types::AcceptShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AcceptShareRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID of the resource share.
Instance Attribute Details
#share_id ⇒ String
The ID of the resource share.
41 42 43 44 45 |
# File 'lib/aws-sdk-omics/types.rb', line 41 class AcceptShareRequest < Struct.new( :share_id) SENSITIVE = [] include Aws::Structure end |