Class: Aws::SSMContacts::Types::DeleteContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DeleteContactRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact that you’re deleting.
Instance Attribute Details
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact that you’re deleting.
603 604 605 606 607 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 603 class DeleteContactRequest < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |