Class: Aws::Types::RegistrationAttachmentsInformation
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationAttachmentsInformation
- 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.
-
#attachment_url ⇒ ::String
Returns the value of attribute attachment_url.
-
#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.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def @attachment_status end |
#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
Returns the value of attribute attachment_upload_error_reason.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def @attachment_upload_error_reason end |
#attachment_url ⇒ ::String
Returns the value of attribute attachment_url.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def @attachment_url end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def @created_timestamp end |
#registration_attachment_arn ⇒ ::String
Returns the value of attribute registration_attachment_arn.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def @registration_attachment_arn end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def @registration_attachment_id end |