Class: Aws::Types::ComputeQuotaSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComputeQuotaSummary
- 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_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
-
#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.
-
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#activation_state ⇒ "Enabled", "Disabled"
Returns the value of attribute activation_state.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def cluster_arn @cluster_arn end |
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def compute_quota_arn @compute_quota_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def compute_quota_target @compute_quota_target end |
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def compute_quota_version @compute_quota_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def status @status end |