Class: Aws::AlexaForBusiness::Types::GetInvitationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetInvitationConfigurationResponse
- 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.
2318 2319 2320 2321 2322 2323 2324 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2318 class GetInvitationConfigurationResponse < 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.
2318 2319 2320 2321 2322 2323 2324 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2318 class GetInvitationConfigurationResponse < 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.
2318 2319 2320 2321 2322 2323 2324 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2318 class GetInvitationConfigurationResponse < Struct.new( :organization_name, :contact_email, :private_skill_ids) SENSITIVE = [] include Aws::Structure end |