Class: Aws::AlexaForBusiness::Types::CreateProfileResponse

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

#profile_arnString

The ARN of the newly created room profile in the response.

Returns:

  • (String)


1156
1157
1158
1159
1160
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1156

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