Class: Aws::Omics::Types::CreateShareResponse

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 that HealthOmics generates for the share.

Returns:

  • (String)


1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1093

class CreateShareResponse < Struct.new(
  :share_id,
  :status,
  :share_name)
  SENSITIVE = []
  include Aws::Structure
end

#share_nameString

The name of the share.

Returns:

  • (String)


1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1093

class CreateShareResponse < Struct.new(
  :share_id,
  :status,
  :share_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share.

Returns:

  • (String)


1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1093

class CreateShareResponse < Struct.new(
  :share_id,
  :status,
  :share_name)
  SENSITIVE = []
  include Aws::Structure
end