Class: Aws::AlexaForBusiness::Types::DeleteContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteContactRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the contact to delete.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact to delete.
1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1373 class DeleteContactRequest < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |