Class: Aws::CleanRooms::Types::MemberSpecification

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

Overview

Basic metadata used to construct a new member.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


5495
5496
5497
5498
5499
5500
5501
5502
5503
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5495

class MemberSpecification < Struct.new(
  :account_id,
  :member_abilities,
  :ml_member_abilities,
  :display_name,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The member’s display name.

Returns:

  • (String)


5495
5496
5497
5498
5499
5500
5501
5502
5503
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5495

class MemberSpecification < Struct.new(
  :account_id,
  :member_abilities,
  :ml_member_abilities,
  :display_name,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#member_abilitiesArray<String>

The abilities granted to the collaboration member.

Returns:

  • (Array<String>)


5495
5496
5497
5498
5499
5500
5501
5502
5503
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5495

class MemberSpecification < Struct.new(
  :account_id,
  :member_abilities,
  :ml_member_abilities,
  :display_name,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ml_member_abilitiesTypes::MLMemberAbilities

The ML abilities granted to the collaboration member.

Custom ML modeling is in beta release and is subject to change. For beta terms and conditions, see *Betas and Previews* in the [Amazon Web Services Service Terms].

[1]: aws.amazon.com/service-terms/



5495
5496
5497
5498
5499
5500
5501
5502
5503
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5495

class MemberSpecification < Struct.new(
  :account_id,
  :member_abilities,
  :ml_member_abilities,
  :display_name,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#payment_configurationTypes::PaymentConfiguration

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

If the collaboration creator hasn’t specified anyone as the member paying for query compute costs, then the member who can query is the default payer.



5495
5496
5497
5498
5499
5500
5501
5502
5503
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5495

class MemberSpecification < Struct.new(
  :account_id,
  :member_abilities,
  :ml_member_abilities,
  :display_name,
  :payment_configuration)
  SENSITIVE = []
  include Aws::Structure
end