Class: Aws::Omics::Types::ShareDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

The details of a resource share.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp of when the resource share was created.

Returns:

  • (Time)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The account ID for the data owner. The owner creates the resource share.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#principal_subscriberString

The principal subscriber is the account that is sharing the resource.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Arn of the shared resource.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the shared resource.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#share_idString

The ID of the resource share.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#share_nameString

The name of the resource share.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for a resource share. It provides additional details about the share status.

Returns:

  • (String)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp of the resource share update.

Returns:

  • (Time)


5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
# File 'lib/aws-sdk-omics/types.rb', line 5926

class ShareDetails < Struct.new(
  :share_id,
  :resource_arn,
  :resource_id,
  :principal_subscriber,
  :owner_id,
  :status,
  :status_message,
  :share_name,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end