Class: Aws::Types::CreateDeploymentResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_upload_urls::Hash[::String, ::String]

Returns the value of attribute file_upload_urls.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def zip_upload_url
  @zip_upload_url
end