Class: Aws::Types::AsyncInvokeOutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInvokeOutputDataConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3OutputDataConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_output_data_config ⇒ Types::AsyncInvokeS3OutputDataConfig
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::AsyncInvokeS3OutputDataConfig
Returns the value of attribute s3_output_data_config.
48 49 50 |
# File 'sig/types.rbs', line 48 def s3_output_data_config @s3_output_data_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
49 50 51 |
# File 'sig/types.rbs', line 49 def unknown @unknown end |