AWS SDK for .NET Documentation
GetItems Method (path, tries)
AmazonAmazon.EC2.UtilEC2MetadataGetItems(String, Int32) Did this page help you?   Yes   No    Tell us about it...
Return the list of items in the metadata at path.
Declaration Syntax
C#
public static IEnumerable<string> GetItems(
	string path,
	int tries
)
Parameters
path (String)
Path at which to query the metadata
tries (Int32)
Number of attempts to make
Return Value
List of items returned by the metadata service

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)