Class: Aws::Types::UpdateEnvironmentMessage

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)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def application_name
  @application_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def environment_name
  @environment_name
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def group_name
  @group_name
end

#option_settings::Array[Types::ConfigurationOptionSetting]

Returns the value of attribute option_settings.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def option_settings
  @option_settings
end

#options_to_remove::Array[Types::OptionSpecification]

Returns the value of attribute options_to_remove.

Returns:



1059
1060
1061
# File 'sig/types.rbs', line 1059

def options_to_remove
  @options_to_remove
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def platform_arn
  @platform_arn
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def solution_stack_name
  @solution_stack_name
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def template_name
  @template_name
end

#tierTypes::EnvironmentTier

Returns the value of attribute tier.



1053
1054
1055
# File 'sig/types.rbs', line 1053

def tier
  @tier
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def version_label
  @version_label
end