Class: Aws::Types::CreateRegistrationAttachmentResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationAttachmentResult
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachment_status ⇒ "UPLOAD_IN_PROGRESS", ...
Returns the value of attribute attachment_status.
332 333 334 |
# File 'sig/types.rbs', line 332 def @attachment_status end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
334 335 336 |
# File 'sig/types.rbs', line 334 def @created_timestamp end |
#registration_attachment_arn ⇒ ::String
Returns the value of attribute registration_attachment_arn.
330 331 332 |
# File 'sig/types.rbs', line 330 def @registration_attachment_arn end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def @registration_attachment_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
333 334 335 |
# File 'sig/types.rbs', line 333 def @tags end |