Class: Aws::AlexaForBusiness::Types::GetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
The details of the room profile requested.
Instance Attribute Details
#profile ⇒ Types::Profile
The details of the room profile requested. Required.
2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2368 class GetProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |