Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
-
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
18 19 20 |
# File 'sig/types.rbs', line 18 def arguments @arguments end |
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
22 23 24 |
# File 'sig/types.rbs', line 22 def crawler_name @crawler_name end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def job_name @job_name end |
#notification_property ⇒ Types::NotificationProperty
Returns the value of attribute notification_property.
21 22 23 |
# File 'sig/types.rbs', line 21 def notification_property @notification_property end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
20 21 22 |
# File 'sig/types.rbs', line 20 def security_configuration @security_configuration end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
19 20 21 |
# File 'sig/types.rbs', line 19 def timeout @timeout end |