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.
13487 13488 13489 |
# File 'sig/types.rbs', line 13487 def filter_operation @filter_operation end |
#navigation_operation ⇒ Types::CustomActionNavigationOperation
Returns the value of attribute navigation_operation.
13488 13489 13490 |
# File 'sig/types.rbs', line 13488 def @navigation_operation end |
#set_parameters_operation ⇒ Types::CustomActionSetParametersOperation
Returns the value of attribute set_parameters_operation.
13490 13491 13492 |
# File 'sig/types.rbs', line 13490 def set_parameters_operation @set_parameters_operation end |
#url_operation ⇒ Types::CustomActionURLOperation
Returns the value of attribute url_operation.
13489 13490 13491 |
# File 'sig/types.rbs', line 13489 def url_operation @url_operation end |