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)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


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

def ended_at: () -> ::Time

#input_payload::String

Returns:

  • (::String)


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

def input_payload: () -> ::String

#job_status"FAILED", ...

Returns:

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


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

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

#output_payload::String

Returns:

  • (::String)


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

def output_payload: () -> ::String

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


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

def started_at: () -> ::Time