Class: Aws::AlexaForBusiness::Types::GetProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The ARN of the room profile for which to request details. Required.

Returns:

  • (String)


2356
2357
2358
2359
2360
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2356

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