Class: Aws::Types::ListSecretVersionIdsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#include_deprecatedBoolean

Returns the value of attribute include_deprecated.



220
221
222
# File 'sig/types.rbs', line 220

def include_deprecated
  @include_deprecated
end

#max_results::Integer

Returns the value of attribute max_results.



218
219
220
# File 'sig/types.rbs', line 218

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



219
220
221
# File 'sig/types.rbs', line 219

def next_token
  @next_token
end

#secret_id::String

Returns the value of attribute secret_id.



217
218
219
# File 'sig/types.rbs', line 217

def secret_id
  @secret_id
end