Class: Aws::Omics::Types::CreateShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateShareResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID that HealthOmics generates for the share.
-
#share_name ⇒ String
The name of the share.
-
#status ⇒ String
The status of the share.
Instance Attribute Details
#share_id ⇒ String
The ID that HealthOmics generates for the share.
1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-omics/types.rb', line 1231 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |
#share_name ⇒ String
The name of the share.
1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-omics/types.rb', line 1231 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the share.
1231 1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-omics/types.rb', line 1231 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |