Class: Aws::Types::SqlApplicationConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SqlApplicationConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_updates ⇒ ::Array[Types::InputUpdate]
Returns the value of attribute input_updates.
-
#output_updates ⇒ ::Array[Types::OutputUpdate]
Returns the value of attribute output_updates.
-
#reference_data_source_updates ⇒ ::Array[Types::ReferenceDataSourceUpdate]
Returns the value of attribute reference_data_source_updates.
Instance Attribute Details
#input_updates ⇒ ::Array[Types::InputUpdate]
Returns the value of attribute input_updates.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def input_updates @input_updates end |
#output_updates ⇒ ::Array[Types::OutputUpdate]
Returns the value of attribute output_updates.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def output_updates @output_updates end |
#reference_data_source_updates ⇒ ::Array[Types::ReferenceDataSourceUpdate]
Returns the value of attribute reference_data_source_updates.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def reference_data_source_updates @reference_data_source_updates end |