Class: Aws::Types::ListKeysInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_state"CREATE_IN_PROGRESS", ...

Returns the value of attribute key_state.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "DELETE_PENDING", "DELETE_COMPLETE")


526
527
528
# File 'sig/types.rbs', line 526

def key_state
  @key_state
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


528
529
530
# File 'sig/types.rbs', line 528

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def next_token
  @next_token
end