SpacerProps¶
-
class
aws_cdk.aws_cloudwatch.
SpacerProps
(*, height=None, width=None)¶ Bases:
object
Props of the spacer.
- Parameters
height (
Union
[int
,float
,None
]) – Height of the spacer. Default: : 1width (
Union
[int
,float
,None
]) – Width of the spacer. Default: 1
Attributes
-
height
¶ Height of the spacer.
- Default
: 1
- Return type
Union
[int
,float
,None
]
-
width
¶ Width of the spacer.
- Default
1
- Return type
Union
[int
,float
,None
]