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.
12073 12074 12075 |
# File 'sig/types.rbs', line 12073 def activation_state @activation_state end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
12071 12072 12073 |
# File 'sig/types.rbs', line 12071 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
12069 12070 12071 |
# File 'sig/types.rbs', line 12069 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
12072 12073 12074 |
# File 'sig/types.rbs', line 12072 def compute_quota_target @compute_quota_target end |
#description ⇒ ::String
Returns the value of attribute description.
12074 12075 12076 |
# File 'sig/types.rbs', line 12074 def description @description end |
#target_version ⇒ ::Integer
Returns the value of attribute target_version.
12070 12071 12072 |
# File 'sig/types.rbs', line 12070 def target_version @target_version end |