Class: Aws::Types::ValidateConfigurationSettingsMessage

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:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def application_name
  @application_name
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def environment_name
  @environment_name
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def option_settings
  @option_settings
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def template_name
  @template_name
end