Class: Aws::Types::DescribeComputeQuotaResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_state"Enabled", "Disabled"

Returns the value of attribute activation_state.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4062
4063
4064
# File 'sig/types.rbs', line 4062

def compute_quota_arn
  @compute_quota_arn
end

#compute_quota_configTypes::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.

Returns:

  • (::String)


4063
4064
4065
# File 'sig/types.rbs', line 4063

def compute_quota_id
  @compute_quota_id
end

#compute_quota_targetTypes::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.

Returns:

  • (::Integer)


4066
4067
4068
# File 'sig/types.rbs', line 4066

def compute_quota_version
  @compute_quota_version
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



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.

Returns:

  • (::Time)


4073
4074
4075
# File 'sig/types.rbs', line 4073

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4065
4066
4067
# File 'sig/types.rbs', line 4065

def description
  @description
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4068
4069
4070
# File 'sig/types.rbs', line 4068

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


4064
4065
4066
# File 'sig/types.rbs', line 4064

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "CreateFailed", "CreateRollbackFailed", "Created", "Updating", "UpdateFailed", "UpdateRollbackFailed", "Updated", "Deleting", "DeleteFailed", "DeleteRollbackFailed", "Deleted")


4067
4068
4069
# File 'sig/types.rbs', line 4067

def status
  @status
end