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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5405

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