Class: Aws::Honeycode::Types::InvokeScreenAutomationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workbook_cursorInteger

The updated workbook cursor after performing the automation action.

Returns:

  • (Integer)


942
943
944
945
946
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 942

class InvokeScreenAutomationResult < Struct.new(
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end