Class: Aws::Types::InputSwitchScheduleActionSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputSwitchScheduleActionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_attachment_name_reference ⇒ ::String
Returns the value of attribute input_attachment_name_reference.
-
#input_clipping_settings ⇒ Types::InputClippingSettings
Returns the value of attribute input_clipping_settings.
-
#url_path ⇒ ::Array[::String]
Returns the value of attribute url_path.
Instance Attribute Details
#input_attachment_name_reference ⇒ ::String
Returns the value of attribute input_attachment_name_reference.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def @input_attachment_name_reference end |
#input_clipping_settings ⇒ Types::InputClippingSettings
Returns the value of attribute input_clipping_settings.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def input_clipping_settings @input_clipping_settings end |
#url_path ⇒ ::Array[::String]
Returns the value of attribute url_path.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def url_path @url_path end |