Class: Aws::Types::UpdateEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_during_maintenance_windowBoolean

Returns the value of attribute apply_during_maintenance_window.

Returns:

  • (Boolean)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def apply_during_maintenance_window
  @apply_during_maintenance_window
end

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def desired_capacity
  @desired_capacity
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def engine_version
  @engine_version
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def environment_id
  @environment_id
end

#force_updateBoolean

Returns the value of attribute force_update.

Returns:

  • (Boolean)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def force_update
  @force_update
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def instance_type
  @instance_type
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def preferred_maintenance_window
  @preferred_maintenance_window
end