Class: Aws::Types::ClippingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClippingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_metadata ⇒ ::String
Returns the value of attribute callback_metadata.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
Instance Attribute Details
#callback_metadata ⇒ ::String
Returns the value of attribute callback_metadata.
37 38 39 |
# File 'sig/types.rbs', line 37 def @callback_metadata end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
38 39 40 |
# File 'sig/types.rbs', line 38 def data_source_configuration @data_source_configuration end |