Class: Aws::Types::VisualCustomActionOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_operationTypes::CustomActionFilterOperation

Returns the value of attribute filter_operation.



13018
13019
13020
# File 'sig/types.rbs', line 13018

def filter_operation
  @filter_operation
end

Returns the value of attribute navigation_operation.



13019
13020
13021
# File 'sig/types.rbs', line 13019

def navigation_operation
  @navigation_operation
end

#set_parameters_operationTypes::CustomActionSetParametersOperation

Returns the value of attribute set_parameters_operation.



13021
13022
13023
# File 'sig/types.rbs', line 13021

def set_parameters_operation
  @set_parameters_operation
end

#url_operationTypes::CustomActionURLOperation

Returns the value of attribute url_operation.



13020
13021
13022
# File 'sig/types.rbs', line 13020

def url_operation
  @url_operation
end