Class: Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_attachment_idString

The unique identifier for the registration attachment.

Returns:

  • (String)


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