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")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4045
4046
4047
# File 'sig/types.rbs', line 4045

def compute_quota_arn
  @compute_quota_arn
end

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

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def compute_quota_id
  @compute_quota_id
end

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

Returns:

  • (::Integer)


4049
4050
4051
# File 'sig/types.rbs', line 4049

def compute_quota_version
  @compute_quota_version
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



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.

Returns:

  • (::Time)


4056
4057
4058
# File 'sig/types.rbs', line 4056

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4048
4049
4050
# File 'sig/types.rbs', line 4048

def description
  @description
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4051
4052
4053
# File 'sig/types.rbs', line 4051

def failure_reason
  @failure_reason
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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.

Returns:

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

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

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")


4050
4051
4052
# File 'sig/types.rbs', line 4050

def status
  @status
end