Class: Aws::AlexaForBusiness::Types::DeleteProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The ARN of the room profile to delete.
Instance Attribute Details
#profile_arn ⇒ String
The ARN of the room profile to delete. Required.
1473 1474 1475 1476 1477 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1473 class DeleteProfileRequest < Struct.new( :profile_arn) SENSITIVE = [] include Aws::Structure end |