Class: Aws::Honeycode::Types::InvokeScreenAutomationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::InvokeScreenAutomationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workbook_cursor ⇒ Integer
The updated workbook cursor after performing the automation action.
Instance Attribute Details
#workbook_cursor ⇒ Integer
The updated workbook cursor after performing the automation action.
942 943 944 945 946 |
# File 'lib/aws-sdk-honeycode/types.rb', line 942 class InvokeScreenAutomationResult < Struct.new( :workbook_cursor) SENSITIVE = [] include Aws::Structure end |