Class: Aws::Types::LayerCustomActionOperation
- Inherits:
-
Object
- Object
- Aws::Types::LayerCustomActionOperation
- 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.
7163 7164 7165 |
# File 'sig/types.rbs', line 7163 def filter_operation @filter_operation end |
#navigation_operation ⇒ Types::CustomActionNavigationOperation
Returns the value of attribute navigation_operation.
7164 7165 7166 |
# File 'sig/types.rbs', line 7164 def @navigation_operation end |
#set_parameters_operation ⇒ Types::CustomActionSetParametersOperation
Returns the value of attribute set_parameters_operation.
7166 7167 7168 |
# File 'sig/types.rbs', line 7166 def set_parameters_operation @set_parameters_operation end |
#url_operation ⇒ Types::CustomActionURLOperation
Returns the value of attribute url_operation.
7165 7166 7167 |
# File 'sig/types.rbs', line 7165 def url_operation @url_operation end |