Class: Aws::Types::CreateComputeQuotaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputeQuotaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_state ⇒ "Enabled", "Disabled"
Returns the value of attribute activation_state.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
-
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#activation_state ⇒ "Enabled", "Disabled"
Returns the value of attribute activation_state.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def cluster_arn @cluster_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def compute_quota_config @compute_quota_config end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def compute_quota_target @compute_quota_target end |
#description ⇒ ::String
Returns the value of attribute description.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def @tags end |