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.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def instance_type @instance_type end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def local_path @local_path end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def rule_configuration_name @rule_configuration_name end |
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def rule_evaluator_image @rule_evaluator_image end |
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def rule_parameters @rule_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def s3_output_path @s3_output_path end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def volume_size_in_gb @volume_size_in_gb end |