Class: Aws::Types::CreateComputeQuotaRequest

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


2067
2068
2069
# File 'sig/types.rbs', line 2067

def activation_state
  @activation_state
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def cluster_arn
  @cluster_arn
end

#compute_quota_configTypes::ComputeQuotaConfig

Returns the value of attribute compute_quota_config.



2065
2066
2067
# File 'sig/types.rbs', line 2065

def compute_quota_config
  @compute_quota_config
end

#compute_quota_targetTypes::ComputeQuotaTarget

Returns the value of attribute compute_quota_target.



2066
2067
2068
# File 'sig/types.rbs', line 2066

def compute_quota_target
  @compute_quota_target
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2068
2069
2070
# File 'sig/types.rbs', line 2068

def tags
  @tags
end