Class: Aws::Types::ListLogAnomalyDetectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLogAnomalyDetectorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_log_group_arn ⇒ ::String
Returns the value of attribute filter_log_group_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filter_log_group_arn ⇒ ::String
Returns the value of attribute filter_log_group_arn.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def filter_log_group_arn @filter_log_group_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def next_token @next_token end |