Class: Aws::CleanRooms::Types::MemberSummary

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

Overview

The member object listed by the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#abilitiesArray<String>

The abilities granted to the collaboration member.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#account_idString

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



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time when the member was created.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The member’s display name.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arnString

The unique ARN for the member’s associated membership, if present.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The unique ID for the member’s associated membership, if present.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ml_abilitiesTypes::MLMemberAbilities

Provides a summary of the ML abilities for the collaboration member.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#payment_configurationTypes::PaymentConfiguration

The collaboration member’s payment responsibilities set by the collaboration creator.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the member.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the member metadata was last updated.



6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6692

class MemberSummary < Struct.new(
  :account_id,
  :status,
  :display_name,
  :abilities,
  :ml_abilities,
  :create_time,
  :update_time,
  :membership_id,
  :membership_arn,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end