Class: Aws::Types::ExportDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExportDestinationConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3ExportDestinationConfiguration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ Types::S3ExportDestinationConfiguration
Returns the value of attribute s3.
379 380 381 |
# File 'sig/types.rbs', line 379 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
380 381 382 |
# File 'sig/types.rbs', line 380 def unknown @unknown end |