Class: Aws::Types::DescribeComputeQuotaResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComputeQuotaResponse
- 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.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#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.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
4069 4070 4071 |
# File 'sig/types.rbs', line 4069 def cluster_arn @cluster_arn end |
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
4062 4063 4064 |
# File 'sig/types.rbs', line 4062 def compute_quota_arn @compute_quota_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
4070 4071 4072 |
# File 'sig/types.rbs', line 4070 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
4063 4064 4065 |
# File 'sig/types.rbs', line 4063 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
4071 4072 4073 |
# File 'sig/types.rbs', line 4071 def compute_quota_target @compute_quota_target end |
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
4066 4067 4068 |
# File 'sig/types.rbs', line 4066 def compute_quota_version @compute_quota_version end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4074 4075 4076 |
# File 'sig/types.rbs', line 4074 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4068 4069 4070 |
# File 'sig/types.rbs', line 4068 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4076 4077 4078 |
# File 'sig/types.rbs', line 4076 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4075 4076 4077 |
# File 'sig/types.rbs', line 4075 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4067 4068 4069 |
# File 'sig/types.rbs', line 4067 def status @status end |