Class: Aws::Types::DebugRuleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DebugRuleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
-
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
-
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def instance_type @instance_type end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def local_path @local_path end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def rule_configuration_name @rule_configuration_name end |
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def rule_evaluator_image @rule_evaluator_image end |
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def rule_parameters @rule_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def s3_output_path @s3_output_path end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def volume_size_in_gb @volume_size_in_gb end |