Class: Aws::Types::ApplicationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_code_update::String

Returns the value of attribute application_code_update.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def reference_data_source_updates
  @reference_data_source_updates
end