Class: Aws::Types::DeleteRegistrationAttachmentResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegistrationAttachmentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
Returns the value of attribute attachment_status.
-
#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
Returns the value of attribute attachment_upload_error_reason.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#registration_attachment_arn ⇒ ::String
Returns the value of attribute registration_attachment_arn.
-
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
Instance Attribute Details
#attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
Returns the value of attribute attachment_status.
620 621 622 |
# File 'sig/types.rbs', line 620 def @attachment_status end |
#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
Returns the value of attribute attachment_upload_error_reason.
621 622 623 |
# File 'sig/types.rbs', line 621 def @attachment_upload_error_reason end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
622 623 624 |
# File 'sig/types.rbs', line 622 def @created_timestamp end |
#registration_attachment_arn ⇒ ::String
Returns the value of attribute registration_attachment_arn.
618 619 620 |
# File 'sig/types.rbs', line 618 def @registration_attachment_arn end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
619 620 621 |
# File 'sig/types.rbs', line 619 def @registration_attachment_id end |