Class: Aws::Types::RegistrationAttachmentsInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_status"UPLOAD_IN_PROGRESS", ...

Returns the value of attribute attachment_status.

Returns:

  • ("UPLOAD_IN_PROGRESS", "UPLOAD_COMPLETE", "UPLOAD_FAILED", "DELETED")


1716
1717
1718
# File 'sig/types.rbs', line 1716

def attachment_status
  @attachment_status
end

#attachment_upload_error_reason"INTERNAL_ERROR"

Returns the value of attribute attachment_upload_error_reason.

Returns:

  • ("INTERNAL_ERROR")


1717
1718
1719
# File 'sig/types.rbs', line 1717

def attachment_upload_error_reason
  @attachment_upload_error_reason
end

#attachment_url::String

Returns the value of attribute attachment_url.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def attachment_url
  @attachment_url
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def created_timestamp
  @created_timestamp
end

#registration_attachment_arn::String

Returns the value of attribute registration_attachment_arn.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def registration_attachment_arn
  @registration_attachment_arn
end

#registration_attachment_id::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def registration_attachment_id
  @registration_attachment_id
end