Class: Aws::Types::ListVaultsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def marker
  @marker
end

#vault_list::Array[Types::DescribeVaultOutput]

Returns the value of attribute vault_list.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def vault_list
  @vault_list
end