Class: Aws::Types::UpdateDimensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDimensionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
5123 5124 5125 |
# File 'sig/types.rbs', line 5123 def name @name end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
5124 5125 5126 |
# File 'sig/types.rbs', line 5124 def string_values @string_values end |