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
Note:
When making an API call, you may pass DeleteContactRequest data as a hash:
{
contact_arn: "Arn", # required
}
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.
1774 1775 1776 1777 1778 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1774 class DeleteContactRequest < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |