Class: Aws::Types::CreateAddressListImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pre_signed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def job_id
  @job_id
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def pre_signed_url
  @pre_signed_url
end