Class: Aws::Types::OutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputDataConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3Configuration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
459 460 461 |
# File 'sig/types.rbs', line 459 def s3_configuration @s3_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
460 461 462 |
# File 'sig/types.rbs', line 460 def unknown @unknown end |