Class: Aws::Types::ListLoggerDefinitionVersionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#logger_definition_id::String

Returns the value of attribute logger_definition_id.

Returns:



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.

Returns:



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.

Returns:



1198
1199
1200
# File 'sig/types.rbs', line 1198

def next_token
  @next_token
end