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)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#job_status"FAILED", ...

Returns:

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


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

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

#output_payload::String

Returns:

  • (::String)


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

def output_payload: () -> ::String

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time