Class: Aws::Types::DeleteRegistrationAttachmentResult

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


620
621
622
# File 'sig/types.rbs', line 620

def attachment_status
  @attachment_status
end

#attachment_upload_error_reason"INTERNAL_ERROR"

Returns the value of attribute attachment_upload_error_reason.

Returns:

  • ("INTERNAL_ERROR")


621
622
623
# File 'sig/types.rbs', line 621

def attachment_upload_error_reason
  @attachment_upload_error_reason
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


622
623
624
# File 'sig/types.rbs', line 622

def created_timestamp
  @created_timestamp
end

#registration_attachment_arn::String

Returns the value of attribute registration_attachment_arn.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def registration_attachment_arn
  @registration_attachment_arn
end

#registration_attachment_id::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def registration_attachment_id
  @registration_attachment_id
end