DimensionValue¶
-
class
oci.oci_control_center.models.
DimensionValue
(**kwargs)¶ Bases:
object
The dimension value for the given dimension name as key.
Methods
__init__
(**kwargs)Initializes a new DimensionValue object with values from keyword arguments. Attributes
dimension_value
Gets the dimension_value of this DimensionValue. -
__init__
(**kwargs)¶ Initializes a new DimensionValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: dimension_value (str) – The value to assign to the dimension_value property of this DimensionValue.
-
dimension_value
¶ Gets the dimension_value of this DimensionValue. The value of the dimension.
Returns: The dimension_value of this DimensionValue. Return type: str
-