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.
10186 10187 10188 |
# File 'sig/types.rbs', line 10186 def instance_type @instance_type end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
10183 10184 10185 |
# File 'sig/types.rbs', line 10183 def local_path @local_path end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10182 10183 10184 |
# File 'sig/types.rbs', line 10182 def rule_configuration_name @rule_configuration_name end |
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
10185 10186 10187 |
# File 'sig/types.rbs', line 10185 def rule_evaluator_image @rule_evaluator_image end |
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
10188 10189 10190 |
# File 'sig/types.rbs', line 10188 def rule_parameters @rule_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
10184 10185 10186 |
# File 'sig/types.rbs', line 10184 def s3_output_path @s3_output_path end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10187 10188 10189 |
# File 'sig/types.rbs', line 10187 def volume_size_in_gb @volume_size_in_gb end |