Class: Aws::Types::Runbook
- Inherits:
-
Object
- Object
- Aws::Types::Runbook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
-
#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
#document_name ⇒ ::String
Returns the value of attribute document_name.
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.
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.
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.
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.
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.
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.
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.
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.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def targets @targets end |