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")


1747
1748
1749
# File 'sig/types.rbs', line 1747

def attachment_status
  @attachment_status
end

#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"

Returns the value of attribute attachment_upload_error_reason.

Returns:

  • ("INTERNAL_ERROR")


1748
1749
1750
# File 'sig/types.rbs', line 1748

def attachment_upload_error_reason
  @attachment_upload_error_reason
end

#attachment_url ⇒ ::String

Returns the value of attribute attachment_url.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def attachment_url
  @attachment_url
end

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def created_timestamp
  @created_timestamp
end

#registration_attachment_arn ⇒ ::String

Returns the value of attribute registration_attachment_arn.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def registration_attachment_arn
  @registration_attachment_arn
end

#registration_attachment_id ⇒ ::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def registration_attachment_id
  @registration_attachment_id
end