Class: Aws::Types::ListSyslogConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSyslogConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def log_group_identifier @log_group_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def next_token @next_token end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def vpc_endpoint_id @vpc_endpoint_id end |