Class: Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registration_attachment_id ⇒ String
The unique identifier for the registration attachment.
Instance Attribute Details
#registration_attachment_id ⇒ String
The unique identifier for the registration attachment.
1784 1785 1786 1787 1788 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1784 class DeleteRegistrationAttachmentRequest < Struct.new( :registration_attachment_id) SENSITIVE = [] include Aws::Structure end |