Class: Aws::AlexaForBusiness::Types::SendInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SendInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_arn ⇒ String
The ARN of the user to whom to send an invitation.
Instance Attribute Details
#user_arn ⇒ String
The ARN of the user to whom to send an invitation. Required.
4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4325 class SendInvitationRequest < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |