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.
4055 4056 4057 |
# File 'sig/types.rbs', line 4055 def activation_state @activation_state end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
4052 4053 4054 |
# File 'sig/types.rbs', line 4052 def cluster_arn @cluster_arn end |
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def compute_quota_arn @compute_quota_arn end |
#compute_quota_config ⇒ Types::ComputeQuotaConfig
Returns the value of attribute compute_quota_config.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def compute_quota_config @compute_quota_config end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def compute_quota_id @compute_quota_id end |
#compute_quota_target ⇒ Types::ComputeQuotaTarget
Returns the value of attribute compute_quota_target.
4054 4055 4056 |
# File 'sig/types.rbs', line 4054 def compute_quota_target @compute_quota_target end |
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def compute_quota_version @compute_quota_version end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4057 4058 4059 |
# File 'sig/types.rbs', line 4057 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4056 4057 4058 |
# File 'sig/types.rbs', line 4056 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def description @description end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def failure_reason @failure_reason end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def status @status end |