Class: Aws::Types::ModelInvocationJobOutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationJobOutputDataConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3OutputDataConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_output_data_config ⇒ Types::ModelInvocationJobS3OutputDataConfig
Returns the value of attribute s3_output_data_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_output_data_config ⇒ Types::ModelInvocationJobS3OutputDataConfig
Returns the value of attribute s3_output_data_config.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def s3_output_data_config @s3_output_data_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def unknown @unknown end |