Class: Aws::Types::CreateDeploymentResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_upload_urls ⇒ ::Hash[::String, ::String]
Returns the value of attribute file_upload_urls.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#zip_upload_url ⇒ ::String
Returns the value of attribute zip_upload_url.
Instance Attribute Details
#file_upload_urls ⇒ ::Hash[::String, ::String]
Returns the value of attribute file_upload_urls.
219 220 221 |
# File 'sig/types.rbs', line 219 def file_upload_urls @file_upload_urls end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def job_id @job_id end |
#zip_upload_url ⇒ ::String
Returns the value of attribute zip_upload_url.
220 221 222 |
# File 'sig/types.rbs', line 220 def zip_upload_url @zip_upload_url end |