Class: Aws::AlexaForBusiness::Types::GetProfileResponse

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

#profileTypes::Profile

The details of the room profile requested. Required.

Returns:



2368
2369
2370
2371
2372
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2368

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