Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetInventorySchema C# (CSharp) Method

GetInventorySchema() public method

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
/// An error occurred on the server side. /// /// The specified token is not valid. /// /// The parameter type name is not valid. ///
public GetInventorySchema ( GetInventorySchemaRequest request ) : GetInventorySchemaResponse
request Amazon.SimpleSystemsManagement.Model.GetInventorySchemaRequest Container for the necessary parameters to execute the GetInventorySchema service method.
return Amazon.SimpleSystemsManagement.Model.GetInventorySchemaResponse
        public GetInventorySchemaResponse GetInventorySchema(GetInventorySchemaRequest request)
        {
            var marshaller = new GetInventorySchemaRequestMarshaller();
            var unmarshaller = GetInventorySchemaResponseUnmarshaller.Instance;

            return Invoke<GetInventorySchemaRequest,GetInventorySchemaResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient