Contains the Amazon Glacier response to your request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListVaultsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListVaultsResult()()()() | Initializes a new instance of the ListVaultsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the
            list.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VaultList | 
            List of vaults.
             
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithVaultList(array<DescribeVaultOutput>[]()[][]) | Obsolete. 
            Adds elements to the VaultList collection
             | 
|  | WithVaultList(IEnumerable<(Of <<'(DescribeVaultOutput>)>>)) | Obsolete. 
            Adds elements to the VaultList collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListVaultsResult |