Class: Aws::Types::DimensionLabel
- Inherits:
-
Object
- Object
- Aws::Types::DimensionLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#label_type ⇒ "Region", "SagemakerOption"
Returns the value of attribute label_type.
-
#label_value ⇒ ::String
Returns the value of attribute label_value.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def display_name @display_name end |
#label_type ⇒ "Region", "SagemakerOption"
Returns the value of attribute label_type.
137 138 139 |
# File 'sig/types.rbs', line 137 def label_type @label_type end |
#label_value ⇒ ::String
Returns the value of attribute label_value.
138 139 140 |
# File 'sig/types.rbs', line 138 def label_value @label_value end |