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.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def @attachment_status end |
#attachment_upload_error_reason ⇒ "INTERNAL_ERROR"
Returns the value of attribute attachment_upload_error_reason.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def @attachment_upload_error_reason end |
#attachment_url ⇒ ::String
Returns the value of attribute attachment_url.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def @attachment_url end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def @created_timestamp end |
#registration_attachment_arn ⇒ ::String
Returns the value of attribute registration_attachment_arn.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def @registration_attachment_arn end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def @registration_attachment_id end |