Class: Aws::Types::UpdateServiceEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits::Array[Types::CapacityLimit]

Returns the value of attribute capacity_limits.

Returns:



1764
1765
1766
# File 'sig/types.rbs', line 1764

def capacity_limits
  @capacity_limits
end

#service_environment::String

Returns the value of attribute service_environment.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def service_environment
  @service_environment
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1763
1764
1765
# File 'sig/types.rbs', line 1763

def state
  @state
end