Module: Aws::LocationService::Client::_GetJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#action"ValidateAddress"

Returns:

  • ("ValidateAddress")


597
# File 'sig/client.rbs', line 597

def action: () -> ("ValidateAddress")

#action_optionsTypes::JobActionOptions



598
# File 'sig/client.rbs', line 598

def action_options: () -> Types::JobActionOptions

#created_at::Time

Returns:

  • (::Time)


599
# File 'sig/client.rbs', line 599

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


600
# File 'sig/client.rbs', line 600

def ended_at: () -> ::Time

#execution_role_arn::String

Returns:

  • (::String)


601
# File 'sig/client.rbs', line 601

def execution_role_arn: () -> ::String

#input_optionsTypes::JobInputOptions



602
# File 'sig/client.rbs', line 602

def input_options: () -> Types::JobInputOptions

#job_arn::String

Returns:

  • (::String)


603
# File 'sig/client.rbs', line 603

def job_arn: () -> ::String

#job_id::String

Returns:

  • (::String)


604
# File 'sig/client.rbs', line 604

def job_id: () -> ::String

#name::String

Returns:

  • (::String)


605
# File 'sig/client.rbs', line 605

def name: () -> ::String

#output_optionsTypes::JobOutputOptions



606
# File 'sig/client.rbs', line 606

def output_options: () -> Types::JobOutputOptions

#status"Pending", ...

Returns:

  • ("Pending", "Running", "Completed", "Failed", "Cancelling", "Cancelled")


607
# File 'sig/client.rbs', line 607

def status: () -> ("Pending" | "Running" | "Completed" | "Failed" | "Cancelling" | "Cancelled")

#tags::Hash[::String, ::String]

Returns:

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


609
# File 'sig/client.rbs', line 609

def tags: () -> ::Hash[::String, ::String]

#updated_at::Time

Returns:

  • (::Time)


608
# File 'sig/client.rbs', line 608

def updated_at: () -> ::Time