Class: Aws::Types::ListKeysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keys::Array[Types::KeyListEntry]

Returns the value of attribute keys.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def keys
  @keys
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def next_marker
  @next_marker
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


744
745
746
# File 'sig/types.rbs', line 744

def truncated
  @truncated
end