Class: Aws::Types::ListLoggerDefinitionVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLoggerDefinitionVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logger_definition_id ⇒ ::String
Returns the value of attribute logger_definition_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#logger_definition_id ⇒ ::String
Returns the value of attribute logger_definition_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def logger_definition_id @logger_definition_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def next_token @next_token end |