Module: Aws::QuickSight::Client::_DescribeAutomationJobResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#job_status"FAILED", ...

Returns:

  • ("FAILED", "RUNNING", "SUCCEEDED", "QUEUED", "STOPPED")


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

def job_status: () -> ("FAILED" | "RUNNING" | "SUCCEEDED" | "QUEUED" | "STOPPED")

#output_payload::String

Returns:

  • (::String)


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

def output_payload: () -> ::String

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time