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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


1664
1665
1666
1667
1668
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1664

class DeleteRegistrationAttachmentRequest < Struct.new(
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end