Class: Aws::Types::RateBasedStatementCustomKey
- Inherits:
-
Object
- Object
- Aws::Types::RateBasedStatementCustomKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ Types::RateLimitAsn
Returns the value of attribute asn.
-
#cookie ⇒ Types::RateLimitCookie
Returns the value of attribute cookie.
-
#forwarded_ip ⇒ Types::RateLimitForwardedIP
Returns the value of attribute forwarded_ip.
-
#header ⇒ Types::RateLimitHeader
Returns the value of attribute header.
-
#http_method ⇒ Types::RateLimitHTTPMethod
Returns the value of attribute http_method.
-
#ip ⇒ Types::RateLimitIP
Returns the value of attribute ip.
-
#ja3_fingerprint ⇒ Types::RateLimitJA3Fingerprint
Returns the value of attribute ja3_fingerprint.
-
#ja4_fingerprint ⇒ Types::RateLimitJA4Fingerprint
Returns the value of attribute ja4_fingerprint.
-
#label_namespace ⇒ Types::RateLimitLabelNamespace
Returns the value of attribute label_namespace.
-
#query_argument ⇒ Types::RateLimitQueryArgument
Returns the value of attribute query_argument.
-
#query_string ⇒ Types::RateLimitQueryString
Returns the value of attribute query_string.
-
#uri_path ⇒ Types::RateLimitUriPath
Returns the value of attribute uri_path.
Instance Attribute Details
#asn ⇒ Types::RateLimitAsn
Returns the value of attribute asn.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def asn @asn end |
#cookie ⇒ Types::RateLimitCookie
Returns the value of attribute cookie.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def @cookie end |
#forwarded_ip ⇒ Types::RateLimitForwardedIP
Returns the value of attribute forwarded_ip.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def forwarded_ip @forwarded_ip end |
#header ⇒ Types::RateLimitHeader
Returns the value of attribute header.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def header @header end |
#http_method ⇒ Types::RateLimitHTTPMethod
Returns the value of attribute http_method.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def http_method @http_method end |
#ip ⇒ Types::RateLimitIP
Returns the value of attribute ip.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def ip @ip end |
#ja3_fingerprint ⇒ Types::RateLimitJA3Fingerprint
Returns the value of attribute ja3_fingerprint.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def ja3_fingerprint @ja3_fingerprint end |
#ja4_fingerprint ⇒ Types::RateLimitJA4Fingerprint
Returns the value of attribute ja4_fingerprint.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def ja4_fingerprint @ja4_fingerprint end |
#label_namespace ⇒ Types::RateLimitLabelNamespace
Returns the value of attribute label_namespace.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def label_namespace @label_namespace end |
#query_argument ⇒ Types::RateLimitQueryArgument
Returns the value of attribute query_argument.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def query_argument @query_argument end |
#query_string ⇒ Types::RateLimitQueryString
Returns the value of attribute query_string.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def query_string @query_string end |
#uri_path ⇒ Types::RateLimitUriPath
Returns the value of attribute uri_path.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def uri_path @uri_path end |