Class: Aws::Types::RateLimitCookie
- Inherits:
-
Object
- Object
- Aws::Types::RateLimitCookie
- 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.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def name @name end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def text_transformations @text_transformations end |