Class: Aws::Types::Runbook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


4006
4007
4008
# File 'sig/types.rbs', line 4006

def document_name
  @document_name
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


4007
4008
4009
# File 'sig/types.rbs', line 4007

def document_version
  @document_version
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


4012
4013
4014
# File 'sig/types.rbs', line 4012

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


4013
4014
4015
# File 'sig/types.rbs', line 4013

def max_errors
  @max_errors
end

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

Returns the value of attribute parameters.

Returns:

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


4008
4009
4010
# File 'sig/types.rbs', line 4008

def parameters
  @parameters
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



4014
4015
4016
# File 'sig/types.rbs', line 4014

def target_locations
  @target_locations
end

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

Returns the value of attribute target_maps.

Returns:

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


4011
4012
4013
# File 'sig/types.rbs', line 4011

def target_maps
  @target_maps
end

#target_parameter_name::String

Returns the value of attribute target_parameter_name.

Returns:

  • (::String)


4009
4010
4011
# File 'sig/types.rbs', line 4009

def target_parameter_name
  @target_parameter_name
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4010
4011
4012
# File 'sig/types.rbs', line 4010

def targets
  @targets
end