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


2052
2053
2054
# File 'sig/types.rbs', line 2052

def activation_state
  @activation_state
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def cluster_arn
  @cluster_arn
end

#compute_quota_configTypes::ComputeQuotaConfig

Returns the value of attribute compute_quota_config.



2050
2051
2052
# File 'sig/types.rbs', line 2050

def compute_quota_config
  @compute_quota_config
end

#compute_quota_targetTypes::ComputeQuotaTarget

Returns the value of attribute compute_quota_target.



2051
2052
2053
# File 'sig/types.rbs', line 2051

def compute_quota_target
  @compute_quota_target
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2053
2054
2055
# File 'sig/types.rbs', line 2053

def tags
  @tags
end