Class: Aws::AlexaForBusiness::Types::CreateUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_arnString

The ARN of the newly created user in the response.

Returns:

  • (String)


1328
1329
1330
1331
1332
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1328

class CreateUserResponse < Struct.new(
  :user_arn)
  SENSITIVE = []
  include Aws::Structure
end