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)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#job_status"FAILED", ...

Returns:

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


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

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

#output_payload::String

Returns:

  • (::String)


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

def output_payload: () -> ::String

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time