Class: Aws::Types::UpdateApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_configuration_updateTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def current_application_version_id
  @current_application_version_id
end

#run_configuration_updateTypes::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.

Returns:

  • ("SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15", "ZEPPELIN-FLINK-3_0", "FLINK-1_18", "FLINK-1_19", "FLINK-1_20", "FLINK-2_2", "FLINK-2_3")


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.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def service_execution_role_update
  @service_execution_role_update
end