Class: Aws::CleanRooms::Types::MemberSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MemberSpecification
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Basic metadata used to construct a new member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The identifier used to reference members of the collaboration.
-
#display_name ⇒ String
The member's display name.
-
#member_abilities ⇒ Array<String>
The abilities granted to the collaboration member.
-
#ml_member_abilities ⇒ Types::MLMemberAbilities
The ML abilities granted to the collaboration member.
-
#payment_configuration ⇒ Types::PaymentConfiguration
The collaboration member's payment responsibilities set by the collaboration creator.
Instance Attribute Details
#account_id ⇒ String
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
5523 5524 5525 5526 5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5523 class MemberSpecification < Struct.new( :account_id, :member_abilities, :ml_member_abilities, :display_name, :payment_configuration) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The member's display name.
5523 5524 5525 5526 5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5523 class MemberSpecification < Struct.new( :account_id, :member_abilities, :ml_member_abilities, :display_name, :payment_configuration) SENSITIVE = [] include Aws::Structure end |
#member_abilities ⇒ Array<String>
The abilities granted to the collaboration member.
5523 5524 5525 5526 5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5523 class MemberSpecification < Struct.new( :account_id, :member_abilities, :ml_member_abilities, :display_name, :payment_configuration) SENSITIVE = [] include Aws::Structure end |
#ml_member_abilities ⇒ Types::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.
5523 5524 5525 5526 5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5523 class MemberSpecification < Struct.new( :account_id, :member_abilities, :ml_member_abilities, :display_name, :payment_configuration) SENSITIVE = [] include Aws::Structure end |
#payment_configuration ⇒ Types::PaymentConfiguration
The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't speciļ¬ed anyone as the member paying for query compute costs, then the member who can query is the default payer.
5523 5524 5525 5526 5527 5528 5529 5530 5531 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5523 class MemberSpecification < Struct.new( :account_id, :member_abilities, :ml_member_abilities, :display_name, :payment_configuration) SENSITIVE = [] include Aws::Structure end |