Class: Aws::Types::StartAutomationExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAutomationExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#mode ⇒ "Auto", "Interactive"
Returns the value of attribute mode.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
-
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
-
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
-
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def alarm_configuration @alarm_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
4160 4161 4162 |
# File 'sig/types.rbs', line 4160 def client_token @client_token end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
4157 4158 4159 |
# File 'sig/types.rbs', line 4157 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
4158 4159 4160 |
# File 'sig/types.rbs', line 4158 def document_version @document_version end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
4165 4166 4167 |
# File 'sig/types.rbs', line 4165 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
4166 4167 4168 |
# File 'sig/types.rbs', line 4166 def max_errors @max_errors end |
#mode ⇒ "Auto", "Interactive"
Returns the value of attribute mode.
4161 4162 4163 |
# File 'sig/types.rbs', line 4161 def mode @mode end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
4159 4160 4161 |
# File 'sig/types.rbs', line 4159 def parameters @parameters end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def @tags end |
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def target_locations @target_locations end |
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def target_locations_url @target_locations_url end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def target_maps @target_maps end |
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
4162 4163 4164 |
# File 'sig/types.rbs', line 4162 def target_parameter_name @target_parameter_name end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4163 4164 4165 |
# File 'sig/types.rbs', line 4163 def targets @targets end |