Class: Aws::Types::ApplicationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_code_update ⇒ ::String
Returns the value of attribute application_code_update.
-
#cloud_watch_logging_option_updates ⇒ ::Array[Types::CloudWatchLoggingOptionUpdate]
Returns the value of attribute cloud_watch_logging_option_updates.
-
#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
#application_code_update ⇒ ::String
Returns the value of attribute application_code_update.
87 88 89 |
# File 'sig/types.rbs', line 87 def application_code_update @application_code_update end |
#cloud_watch_logging_option_updates ⇒ ::Array[Types::CloudWatchLoggingOptionUpdate]
Returns the value of attribute cloud_watch_logging_option_updates.
90 91 92 |
# File 'sig/types.rbs', line 90 def cloud_watch_logging_option_updates @cloud_watch_logging_option_updates end |
#input_updates ⇒ ::Array[Types::InputUpdate]
Returns the value of attribute input_updates.
86 87 88 |
# File 'sig/types.rbs', line 86 def input_updates @input_updates end |
#output_updates ⇒ ::Array[Types::OutputUpdate]
Returns the value of attribute output_updates.
88 89 90 |
# File 'sig/types.rbs', line 88 def output_updates @output_updates end |
#reference_data_source_updates ⇒ ::Array[Types::ReferenceDataSourceUpdate]
Returns the value of attribute reference_data_source_updates.
89 90 91 |
# File 'sig/types.rbs', line 89 def reference_data_source_updates @reference_data_source_updates end |