Class: Aws::Types::ModelDiagnosticsOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModelDiagnosticsOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_output_configuration ⇒ Types::ModelDiagnosticsS3OutputConfiguration
Returns the value of attribute s3_output_configuration.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
825 826 827 |
# File 'sig/types.rbs', line 825 def kms_key_id @kms_key_id end |
#s3_output_configuration ⇒ Types::ModelDiagnosticsS3OutputConfiguration
Returns the value of attribute s3_output_configuration.
824 825 826 |
# File 'sig/types.rbs', line 824 def s3_output_configuration @s3_output_configuration end |