Class: Aws::Types::ClarifyShapBaselineConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClarifyShapBaselineConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
-
#shap_baseline ⇒ ::String
Returns the value of attribute shap_baseline.
-
#shap_baseline_uri ⇒ ::String
Returns the value of attribute shap_baseline_uri.
Instance Attribute Details
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def mime_type @mime_type end |
#shap_baseline ⇒ ::String
Returns the value of attribute shap_baseline.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def shap_baseline @shap_baseline end |
#shap_baseline_uri ⇒ ::String
Returns the value of attribute shap_baseline_uri.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def shap_baseline_uri @shap_baseline_uri end |