Class: Aws::Types::ProfilerRuleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProfilerRuleConfiguration
- 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.
10179 10180 10181 |
# File 'sig/types.rbs', line 10179 def instance_type @instance_type end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
10176 10177 10178 |
# File 'sig/types.rbs', line 10176 def local_path @local_path end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10175 10176 10177 |
# File 'sig/types.rbs', line 10175 def rule_configuration_name @rule_configuration_name end |
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
10178 10179 10180 |
# File 'sig/types.rbs', line 10178 def rule_evaluator_image @rule_evaluator_image end |
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
10181 10182 10183 |
# File 'sig/types.rbs', line 10181 def rule_parameters @rule_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
10177 10178 10179 |
# File 'sig/types.rbs', line 10177 def s3_output_path @s3_output_path end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10180 10181 10182 |
# File 'sig/types.rbs', line 10180 def volume_size_in_gb @volume_size_in_gb end |