Class: Aws::Types::GetExecutionPreviewResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def ended_at
  @ended_at
end

#execution_previewTypes::ExecutionPreview

Returns the value of attribute execution_preview.



1856
1857
1858
# File 'sig/types.rbs', line 1856

def execution_preview
  @execution_preview
end

#execution_preview_id::String

Returns the value of attribute execution_preview_id.

Returns:

  • (::String)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def execution_preview_id
  @execution_preview_id
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Success", "Failed")


1854
1855
1856
# File 'sig/types.rbs', line 1854

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def status_message
  @status_message
end