Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_configuration_update ⇒ Types::ApplicationConfigurationUpdate
Returns the value of attribute application_configuration_update.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cloud_watch_logging_option_updates ⇒ ::Array[Types::CloudWatchLoggingOptionUpdate]
Returns the value of attribute cloud_watch_logging_option_updates.
-
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
-
#run_configuration_update ⇒ Types::RunConfigurationUpdate
Returns the value of attribute run_configuration_update.
-
#runtime_environment_update ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment_update.
-
#service_execution_role_update ⇒ ::String
Returns the value of attribute service_execution_role_update.
Instance Attribute Details
#application_configuration_update ⇒ Types::ApplicationConfigurationUpdate
Returns the value of attribute application_configuration_update.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def application_configuration_update @application_configuration_update end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def application_name @application_name end |
#cloud_watch_logging_option_updates ⇒ ::Array[Types::CloudWatchLoggingOptionUpdate]
Returns the value of attribute cloud_watch_logging_option_updates.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def cloud_watch_logging_option_updates @cloud_watch_logging_option_updates end |
#conditional_token ⇒ ::String
Returns the value of attribute conditional_token.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def conditional_token @conditional_token end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def current_application_version_id @current_application_version_id end |
#run_configuration_update ⇒ Types::RunConfigurationUpdate
Returns the value of attribute run_configuration_update.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def run_configuration_update @run_configuration_update end |
#runtime_environment_update ⇒ "SQL-1_0", ...
Returns the value of attribute runtime_environment_update.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def runtime_environment_update @runtime_environment_update end |
#service_execution_role_update ⇒ ::String
Returns the value of attribute service_execution_role_update.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def service_execution_role_update @service_execution_role_update end |