Class: Aws::AlexaForBusiness::Types::GetInvitationConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_emailString

The email ID of the organization or individual contact that the enrolled user can use.

Returns:

  • (String)


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_nameString

The name of the organization sending the enrollment invite to a user.

Returns:

  • (String)


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_idsArray<String>

The list of private skill IDs that you want to recommend to the user to enable in the invitation.

Returns:

  • (Array<String>)


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