Class: Aws::Types::CreateDeploymentResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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