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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1096
1097
1098
1099
1100
1101
1102
# File 'lib/aws-sdk-omics/types.rb', line 1096

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

#share_nameString

The name of the share.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
# File 'lib/aws-sdk-omics/types.rb', line 1096

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

#statusString

The status of the share.

Returns:

  • (String)


1096
1097
1098
1099
1100
1101
1102
# File 'lib/aws-sdk-omics/types.rb', line 1096

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