Class: Aws::Types::StartAutomationExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4166
4167
4168
# File 'sig/types.rbs', line 4166

def max_errors
  @max_errors
end

#mode"Auto", "Interactive"

Returns the value of attribute mode.

Returns:

  • ("Auto", "Interactive")


4161
4162
4163
# File 'sig/types.rbs', line 4161

def mode
  @mode
end

#parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::Array[::String]])


4159
4160
4161
# File 'sig/types.rbs', line 4159

def parameters
  @parameters
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4168
4169
4170
# File 'sig/types.rbs', line 4168

def tags
  @tags
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Hash[::String, ::Array[::String]]])


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.

Returns:

  • (::String)


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.

Returns:



4163
4164
4165
# File 'sig/types.rbs', line 4163

def targets
  @targets
end