Class: Aws::Types::UpdateComputeQuotaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComputeQuotaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_state ⇒ "Enabled", "Disabled"
Returns the value of attribute activation_state.
-
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
-
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
-
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#target_version ⇒ ::Integer
Returns the value of attribute target_version.
Instance Attribute Details
#activation_state ⇒ "Enabled", "Disabled"
Returns the value of attribute activation_state.
11997 11998 11999 |
# File 'sig/types.rbs', line 11997 def activation_state @activation_state end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
11995 11996 11997 |
# File 'sig/types.rbs', line 11995 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
11993 11994 11995 |
# File 'sig/types.rbs', line 11993 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
11996 11997 11998 |
# File 'sig/types.rbs', line 11996 def compute_quota_target @compute_quota_target end |
#description ⇒ ::String
Returns the value of attribute description.
11998 11999 12000 |
# File 'sig/types.rbs', line 11998 def description @description end |
#target_version ⇒ ::Integer
Returns the value of attribute target_version.
11994 11995 11996 |
# File 'sig/types.rbs', line 11994 def target_version @target_version end |