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.
10201 10202 10203 |
# File 'sig/types.rbs', line 10201 def instance_type @instance_type end |
#local_path ⇒ ::String
Returns the value of attribute local_path.
10198 10199 10200 |
# File 'sig/types.rbs', line 10198 def local_path @local_path end |
#rule_configuration_name ⇒ ::String
Returns the value of attribute rule_configuration_name.
10197 10198 10199 |
# File 'sig/types.rbs', line 10197 def rule_configuration_name @rule_configuration_name end |
#rule_evaluator_image ⇒ ::String
Returns the value of attribute rule_evaluator_image.
10200 10201 10202 |
# File 'sig/types.rbs', line 10200 def rule_evaluator_image @rule_evaluator_image end |
#rule_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute rule_parameters.
10203 10204 10205 |
# File 'sig/types.rbs', line 10203 def rule_parameters @rule_parameters end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
10199 10200 10201 |
# File 'sig/types.rbs', line 10199 def s3_output_path @s3_output_path end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10202 10203 10204 |
# File 'sig/types.rbs', line 10202 def volume_size_in_gb @volume_size_in_gb end |