Class: Aws::Types::UpdateConfigurationTemplateMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:



1039
1040
1041
# File 'sig/types.rbs', line 1039

def application_name
  @application_name
end

#description::String

Returns the value of attribute description.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def description
  @description
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



1042
1043
1044
# File 'sig/types.rbs', line 1042

def option_settings
  @option_settings
end

#options_to_remove::Array[Types::OptionSpecification]

Returns the value of attribute options_to_remove.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def options_to_remove
  @options_to_remove
end

#template_name::String

Returns the value of attribute template_name.

Returns:



1040
1041
1042
# File 'sig/types.rbs', line 1040

def template_name
  @template_name
end