Class: Aws::Types::CreateDimensionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDimensionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
859 860 861 |
# File 'sig/types.rbs', line 859 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
858 859 860 |
# File 'sig/types.rbs', line 858 def name @name end |