Class: Aws::Types::VisualCustomActionOperation
- Inherits:
-
Object
- Object
- Aws::Types::VisualCustomActionOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_operation ⇒ Types::CustomActionFilterOperation
Returns the value of attribute filter_operation.
-
#navigation_operation ⇒ Types::CustomActionNavigationOperation
Returns the value of attribute navigation_operation.
-
#set_parameters_operation ⇒ Types::CustomActionSetParametersOperation
Returns the value of attribute set_parameters_operation.
-
#url_operation ⇒ Types::CustomActionURLOperation
Returns the value of attribute url_operation.
Instance Attribute Details
#filter_operation ⇒ Types::CustomActionFilterOperation
Returns the value of attribute filter_operation.
13018 13019 13020 |
# File 'sig/types.rbs', line 13018 def filter_operation @filter_operation end |
#navigation_operation ⇒ Types::CustomActionNavigationOperation
Returns the value of attribute navigation_operation.
13019 13020 13021 |
# File 'sig/types.rbs', line 13019 def @navigation_operation end |
#set_parameters_operation ⇒ Types::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_operation ⇒ Types::CustomActionURLOperation
Returns the value of attribute url_operation.
13020 13021 13022 |
# File 'sig/types.rbs', line 13020 def url_operation @url_operation end |