Class: Aws::PinpointSMSVoiceV2::Types::RegistrationAttachmentsInformation

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

Overview

Provides information on the specified registration attachments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_status ⇒ String

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)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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

#attachment_upload_error_reason ⇒ String

A description of why the upload didn't successfully complete.

Returns:

  • (String)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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

#attachment_url ⇒ String

The URL to the document that's associated with the registration attachment.

Returns:

  • (String)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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

#created_timestamp ⇒ Time

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

Returns:

  • (Time)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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

#registration_attachment_arn ⇒ String

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

Returns:

  • (String)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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

#registration_attachment_id ⇒ String

The unique identifier for the registration attachment.

Returns:

  • (String)


6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6942

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