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.
618 619 620 621 622 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 618 class DeleteContactRequest < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |