Class: Aws::Types::UpdateComputeQuotaRequest

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


11989
11990
11991
# File 'sig/types.rbs', line 11989

def activation_state
  @activation_state
end

#compute_quota_configTypes::ComputeQuotaConfig

Returns the value of attribute compute_quota_config.



11987
11988
11989
# File 'sig/types.rbs', line 11987

def compute_quota_config
  @compute_quota_config
end

#compute_quota_id::String

Returns the value of attribute compute_quota_id.

Returns:

  • (::String)


11985
11986
11987
# File 'sig/types.rbs', line 11985

def compute_quota_id
  @compute_quota_id
end

#compute_quota_targetTypes::ComputeQuotaTarget

Returns the value of attribute compute_quota_target.



11988
11989
11990
# File 'sig/types.rbs', line 11988

def compute_quota_target
  @compute_quota_target
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11990
11991
11992
# File 'sig/types.rbs', line 11990

def description
  @description
end

#target_version::Integer

Returns the value of attribute target_version.

Returns:

  • (::Integer)


11986
11987
11988
# File 'sig/types.rbs', line 11986

def target_version
  @target_version
end