Class: Aws::Types::UpdateServiceEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ ::Array[Types::CapacityLimit]
Returns the value of attribute capacity_limits.
-
#service_environment ⇒ ::String
Returns the value of attribute service_environment.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#capacity_limits ⇒ ::Array[Types::CapacityLimit]
Returns the value of attribute capacity_limits.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def capacity_limits @capacity_limits end |
#service_environment ⇒ ::String
Returns the value of attribute service_environment.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def service_environment @service_environment end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def state @state end |