Module: Aws::LocationService::Client::_GetJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ValidateAddress"
- #action_options ⇒ Types::JobActionOptions
- #created_at ⇒ ::Time
- #ended_at ⇒ ::Time
- #execution_role_arn ⇒ ::String
- #input_options ⇒ Types::JobInputOptions
- #job_arn ⇒ ::String
- #job_id ⇒ ::String
- #name ⇒ ::String
- #output_options ⇒ Types::JobOutputOptions
- #status ⇒ "Pending", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#action ⇒ "ValidateAddress"
597 |
# File 'sig/client.rbs', line 597
def action: () -> ("ValidateAddress")
|
#action_options ⇒ Types::JobActionOptions
598 |
# File 'sig/client.rbs', line 598
def action_options: () -> Types::JobActionOptions
|
#created_at ⇒ ::Time
599 |
# File 'sig/client.rbs', line 599
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
600 |
# File 'sig/client.rbs', line 600
def ended_at: () -> ::Time
|
#execution_role_arn ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def execution_role_arn: () -> ::String
|
#input_options ⇒ Types::JobInputOptions
602 |
# File 'sig/client.rbs', line 602
def input_options: () -> Types::JobInputOptions
|
#job_arn ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def job_arn: () -> ::String
|
#job_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def job_id: () -> ::String
|
#name ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def name: () -> ::String
|
#output_options ⇒ Types::JobOutputOptions
606 |
# File 'sig/client.rbs', line 606
def output_options: () -> Types::JobOutputOptions
|
#status ⇒ "Pending", ...
607 |
# File 'sig/client.rbs', line 607
def status: () -> ("Pending" | "Running" | "Completed" | "Failed" | "Cancelling" | "Cancelled")
|
#tags ⇒ ::Hash[::String, ::String]
609 |
# File 'sig/client.rbs', line 609
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
608 |
# File 'sig/client.rbs', line 608
def updated_at: () -> ::Time
|