Class: Aws::CleanRooms::Types::CollaborationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

The metadata of the collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the collaboration.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time when the collaboration was created.

Returns:

  • (Time)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creator_display_nameString

The display name of the collaboration creator.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the collaboration.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#member_statusString

The status of a member in a collaboration.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The ARN of a member in a collaboration.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The identifier of a member in a collaboration.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A human-readable identifier provided by the collaboration owner. Display names are not unique.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the collaboration metadata was last updated.

Returns:

  • (Time)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1333

class CollaborationSummary < Struct.new(
  :id,
  :arn,
  :name,
  :creator_account_id,
  :creator_display_name,
  :create_time,
  :update_time,
  :member_status,
  :membership_id,
  :membership_arn)
  SENSITIVE = []
  include Aws::Structure
end