Class: Aws::AlexaForBusiness::Types::PutInvitationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::PutInvitationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_email ⇒ String
The email ID of the organization or individual contact that the enrolled user can use.
-
#organization_name ⇒ String
The name of the organization sending the enrollment invite to a user.
-
#private_skill_ids ⇒ Array<String>
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
Instance Attribute Details
#contact_email ⇒ String
The email ID of the organization or individual contact that the enrolled user can use.
3441 3442 3443 3444 3445 3446 3447 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3441 class PutInvitationConfigurationRequest < Struct.new( :organization_name, :contact_email, :private_skill_ids) SENSITIVE = [] include Aws::Structure end |
#organization_name ⇒ String
The name of the organization sending the enrollment invite to a user.
3441 3442 3443 3444 3445 3446 3447 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3441 class PutInvitationConfigurationRequest < Struct.new( :organization_name, :contact_email, :private_skill_ids) SENSITIVE = [] include Aws::Structure end |
#private_skill_ids ⇒ Array<String>
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
3441 3442 3443 3444 3445 3446 3447 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3441 class PutInvitationConfigurationRequest < Struct.new( :organization_name, :contact_email, :private_skill_ids) SENSITIVE = [] include Aws::Structure end |