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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def cluster_arn @cluster_arn end |
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def compute_quota_arn @compute_quota_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def compute_quota_target @compute_quota_target end |
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def compute_quota_version @compute_quota_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def status @status end |