Class: Aws::Omics::Types::CreateShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateShareResponse
- Defined in:
- gems/aws-sdk-omics/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.
1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1096 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |
#share_name ⇒ String
The name of the share.
1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1096 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the share.
1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1096 class CreateShareResponse < Struct.new( :share_id, :status, :share_name) SENSITIVE = [] include Aws::Structure end |