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.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def cluster_arn @cluster_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def compute_quota_config @compute_quota_config end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def compute_quota_target @compute_quota_target end |
#description ⇒ ::String
Returns the value of attribute description.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def @tags end |