Class: Aws::Omics::Types::GetShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetShareRequest
- 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 share.
Instance Attribute Details
#share_id ⇒ String
The ID of the share.
3259 3260 3261 3262 3263 |
# File 'lib/aws-sdk-omics/types.rb', line 3259 class GetShareRequest < Struct.new( :share_id) SENSITIVE = [] include Aws::Structure end |