Class: Aws::Types::DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lookup_table_configuration ⇒ Types::LookupTableConfiguration
Returns the value of attribute lookup_table_configuration.
-
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
Instance Attribute Details
#lookup_table_configuration ⇒ Types::LookupTableConfiguration
Returns the value of attribute lookup_table_configuration.
773 774 775 |
# File 'sig/types.rbs', line 773 def lookup_table_configuration @lookup_table_configuration end |
#s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute s3_configuration.
772 773 774 |
# File 'sig/types.rbs', line 772 def s3_configuration @s3_configuration end |