Class: Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAttachmentResult

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

#attachment_statusString

The status of the registration attachment.

  • UPLOAD_IN_PROGRESS The attachment is being uploaded.

  • UPLOAD_COMPLETE The attachment has been uploaded.

  • UPLOAD_FAILED The attachment failed to uploaded.

  • DELETED The attachment has been deleted..

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 886

class CreateRegistrationAttachmentResult < Struct.new(
  :registration_attachment_arn,
  :registration_attachment_id,
  :attachment_status,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time when the registration attachment was created, in UNIX epoch time format.

Returns:

  • (Time)


886
887
888
889
890
891
892
893
894
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 886

class CreateRegistrationAttachmentResult < Struct.new(
  :registration_attachment_arn,
  :registration_attachment_id,
  :attachment_status,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_attachment_arnString

The Amazon Resource Name (ARN) for the registration attachment.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 886

class CreateRegistrationAttachmentResult < Struct.new(
  :registration_attachment_arn,
  :registration_attachment_id,
  :attachment_status,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#registration_attachment_idString

The unique identifier for the registration attachment.

Returns:

  • (String)


886
887
888
889
890
891
892
893
894
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 886

class CreateRegistrationAttachmentResult < Struct.new(
  :registration_attachment_arn,
  :registration_attachment_id,
  :attachment_status,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of tags (key and value pairs) to associate with the registration attachment.

Returns:



886
887
888
889
890
891
892
893
894
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 886

class CreateRegistrationAttachmentResult < Struct.new(
  :registration_attachment_arn,
  :registration_attachment_id,
  :attachment_status,
  :tags,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end