Class: Aws::Types::CreateAddressListImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAddressListImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
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.
189 190 191 |
# File 'sig/types.rbs', line 189 def pre_signed_url @pre_signed_url end |