Class: Aws::Types::RateLimitHeader
- Inherits:
-
Object
- Object
- Aws::Types::RateLimitHeader
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def name @name end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def text_transformations @text_transformations end |