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)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#job_status"FAILED", ...

Returns:

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


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

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

#output_payload::String

Returns:

  • (::String)


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

def output_payload: () -> ::String

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time